How to delete multiple rows in a DataTable?

Posted by burak ozdogan on Stack Overflow See other posts from Stack Overflow or by burak ozdogan
Published on 2010-05-26T13:08:57Z Indexed on 2010/05/26 13:11 UTC
Read the original article Hit count: 231

Filed under:
|
|
|
|

Hi,

How can I delete specific DataRows within a loop of a DataTable rows which meet a custom condition -lets say the rows having an index of even number-? (Without using LINQ)

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET