NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataSet.HasChanges

Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows.

Overload List

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;

See Also

DataSet Class | DataSet Members | System.Data Namespace