DataTable.GetChanges Method
.NET Framework 3.0
Gets a copy of the DataTable containing all changes made to it since it was last loaded, or since AcceptChanges was called.
DataTable Members
System.Data Namespace
Working with DataTable Events
| Name | Description |
|---|---|
| DataTable.GetChanges () | Gets a copy of the DataTable that contains all changes made to it since it was loaded or AcceptChanges was last called. Supported by the .NET Compact Framework. |
| DataTable.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. Supported by the .NET Compact Framework. |
Reference
DataTable ClassDataTable Members
System.Data Namespace
Other Resources
Creating and Using DataTablesWorking with DataTable Events