Is their a bulk method for deleting all the rows in a DataTable such that the RowState for all rows is set to Deleted.
I have a table with several thousand records that I constantly clean out and replenish and looping through one row at a time takes a long time.
I used to use the Table.Clean() method, but that did not keep a record of the RowStates
Thanks
Richard
I have a table with several thousand records that I constantly clean out and replenish and looping through one row at a time takes a long time.
I used to use the Table.Clean() method, but that did not keep a record of the RowStates
Thanks
Richard