DataTable.GetChanges Method
.NET Framework 4.5
Gets a copy of the DataTable 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 DataTable that contains all changes made to it since it was loaded or AcceptChanges was last called. |
|
GetChanges(DataRowState) | Gets a copy of the DataTable containing all changes made to it since it was last loaded, or since AcceptChanges was called, filtered by DataRowState. |