How to Remove multiple records from Datatable in vb.net 2008 not from database in local table ?

Posted by KuldipMCA on Stack Overflow See other posts from Stack Overflow or by KuldipMCA
Published on 2010-05-06T07:10:18Z Indexed on 2010/05/06 7:18 UTC
Read the original article Hit count: 262

Filed under:
|

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 ?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about ADO.NET