DataSet::HasChanges Method
.NET Framework (current version)
Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows.
Assembly: System.Data (in System.Data.dll)
| 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. |
Show:
