The DataSet object provides the following two methods to
track down the changes:
The GetChanges() method - Returns the DataSet object, which
is changed since it was loaded or since the AcceptChanges() method was
executed.
The HasChanges() method - Indicates if any changes occurred
since the DataSet object was loaded or after a call to the AcceptChanges()
method was made.
If you want to revert all changes since the DataSet object
was loaded, use the RejectChanges() method.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
The DataSet object provides the following two methods to track down the changes:
The GetChanges() method - Returns the DataSet object, which is changed since it was loaded or since the AcceptChanges() method was executed.
The HasChanges() method - Indicates if any changes occurred since the DataSet object was loaded or after a call to the AcceptChanges() method was made.
If you want to revert all changes since the DataSet object was loaded, use the RejectChanges() method.