Overload List

  NameDescription
GetChanges()()()
Gets a copy of the DataTable that contains all changes made to it since it was loaded or AcceptChanges()()() was last called.
(Inherited from DataTable.)
GetChanges(DataRowState)
Gets a copy of the DataTable containing all changes made to it since it was last loaded, or since AcceptChanges()()() was called, filtered by DataRowState.
(Inherited from DataTable.)

See Also