This documentation is archived and is not being maintained.
DataSet::GetChanges Method
Visual Studio 2010
Gets a copy of the DataSet containing all changes made to it since it was last loaded, or since AcceptChanges was called.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetChanges() | Gets a copy of the DataSet that contains all changes made to it since it was loaded or since AcceptChanges was last called. |
|
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. |
Show: