Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows.
Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows.
[Visual Basic] Overloads Public Function HasChanges() As Boolean
[C#] public bool HasChanges();
[C++] public: bool HasChanges();
[JScript] public function HasChanges() : Boolean;
Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows, filtered by DataRowState.
[Visual Basic] Overloads Public Function HasChanges(DataRowState) As Boolean
[C#] public bool HasChanges(DataRowState);
[C++] public: bool HasChanges(DataRowState);
[JScript] public function HasChanges(DataRowState) : Boolean;