The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataSet::HasChanges Method (DataRowState)
.NET Framework (current version)
Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows, filtered by DataRowState.
Assembly: System.Data (in System.Data.dll)
Parameters
- rowStates
-
Type:
System.Data::DataRowState
One of the DataRowState values.
Examine the HasChanges property of the DataSet before invoking the GetChanges method.
The following example uses the GetChanges method to create a second DataSet object, which is then used to update a data source.
.NET Framework
Available since 1.1
Available since 1.1
Show: