Dataset changes reset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey all,

Is there a way/.method to discard all changes made to the current dataset
and reload to datagrid?

thanks,
rodchar
 
DataSet.RejectChanges()
DataTable.RejectChanges()
DataRow.RejectChanges()
 

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

Similar Threads


Back
Top