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.RejectChanges

This method rolls back all the changes to have been made to this DataSet since it was loaded or the last time AcceptChanges was called. Any rows still in edit-mode cancel their edits. New rows get removed. Modified and Deleted rows return back to their original state.

[Visual Basic]
Overridable Public Sub RejectChanges()
[C#]
public virtual void RejectChanges();
[C++]
public: virtual void RejectChanges();
[JScript]
public function RejectChanges();

See Also

DataSet Class | DataSet Members | System.Data Namespace