How to delete multiple rows from datatable in VB.net 2008 ?

Posted by KuldipMCA on Stack Overflow See other posts from Stack Overflow or by KuldipMCA
Published on 2010-05-06T06:55:30Z Indexed on 2010/05/14 6:14 UTC
Read the original article Hit count: 261

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about ADO.NET