datatable deletion

  • Thread starter Thread starter vijaya
  • Start date Start date
V

vijaya

I need to collect all thedeleted rows of a datatable
How can I collect the deleted rows of a datatable?
 
Hi vijaya,

One way would be to create a DataView with DataViewRowState set to
DataViewRowState.Deleted
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top