DataSet::GetChanges Method
.NET Framework (current version)
Gets a copy of the DataSet containing all changes made to it since it was last loaded, or since AcceptChanges was called.
Assembly: System.Data (in System.Data.dll)
| 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:
