How to delete multiple rows from datatable in VB.net 2008 ?
- by KuldipMCA
How to delete multiple rows from datatable in VB.net 2008 with out looping ?
I do not want to delete from database.
I want to delete from Local data table.
I know the Select Method and also Remove and Remove at method too.
but that needs looping to delete the ROWs from Datatable.
I have 40000 Rows and i want to Delete selected 1000 Rows from that Datatable.