Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows, filtered by DataRowState.
[Visual Basic] Overloads Public Function HasChanges( _ ByVal rowStates As DataRowState _ ) As Boolean [C#] public bool HasChanges( DataRowState rowStates ); [C++] public: bool HasChanges( DataRowState rowStates ); [JScript] public function HasChanges( rowStates : DataRowState ) : Boolean;
true, if the DataSet has changes; otherwise, false.
Examine the HasChanges property after invoking GetChanges method.
DataSet Class | DataSet Members | System.Data Namespace | DataSet.HasChanges Overload List