Returns a value that indicates whether the current DataSet has any changes in it (that is any New, Deleted or Modified rows), filtered by System.Data.DataRowState
- rowStates
- One of the values defined in the Data.DataRowState structure.
true if the current DataSet has changes, false otherwise.
It is a good idea to call HasChanges before invoking DataSet.GetChanges.
Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0