Changes made to DataSet object

State how the changes made to the DataSet object are identified since it was last loaded?

E

Expert

Verified

The DataSet object provides the following two methods to track down the changes:

a) The GetChanges() method - It returns the DataSet object, that is changed from the time it was loaded or since the AcceptChanges() method was implemented.

b) The HasChanges() method - It indicates whether any changes  has occurred from the time the DataSet object was loaded or after a call to the AcceptChanges() method was made.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.