DataSet.HasChanges Method
.NET Framework 4.5
Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
HasChanges() | Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows. |
|
HasChanges(DataRowState) | Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows, filtered by DataRowState. |