I have a Data Table named as dt .The Table contains the following.,
Name | bike name | Rate |
| Ram | A | 20 |
| Sri | B | 10 |
| dina | C | 40 |
| Ram | D | 50 |
| Sri | E | 60 |
| dina | F | 70 |
| Ram | S | 80 |
| Sri | Q | 65 |
| dina | L | 70 |
| Sonu | B | 30 |
I want to remove the data row where name is Ram without using for loop .How to solve this ?help me..