How to Remove multiple records from Datatable in vb.net 2008 not from database in local table ?
- by KuldipMCA
I have datatable in vb.net 2008 has 40000 rows. i want to delete 1000 rows from that datatable not from database.
i want to do this without looping
I know remove and removeat but both need looping.
is there any way i can achieve this thing ?