AcceptChanges and rejectchanges

  • Thread starter Thread starter Victor
  • Start date Start date
Have you tried it? This is what the documentation says:

DataTable.AcceptChanges Method
Commits all the changes made to this table since the last time AcceptChanges
was called.

DataTable.RejectChanges Method
Rolls back all changes that have been made to the table since it was loaded,
or the last time AcceptChanges was called.

So by reading that what do you think would happen?
 
Back
Top