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)
The following example uses the GetChanges method to create a second DataSet object that is then used to update a data source.
.NET Framework
Available since 1.1
Available since 1.1
Show: