Gets a copy of the
DataSet containing all changes made to it since it was last loaded, or since
AcceptChanges was called.
|
Name
|
Description
|
|
DataSet.GetChanges ()
|
Gets a copy of the DataSet that contains all changes made to it since it was loaded or since AcceptChanges was last called.
Supported by the .NET Compact Framework.
|
|
DataSet.GetChanges (DataRowState)
|
Gets a copy of the DataSet containing all changes made to it since it was last loaded, or since AcceptChanges was called, filtered by DataRowState.
Supported by the .NET Compact Framework.
|