EasyObjects.NET Programmers Reference

EasyObject.GetChanges Method

Gets a copy of internal DataTable containing all the changes to it since it was last loaded, or since AcceptChanges was last called.

Overload List

Gets a copy of internal DataTable containing all the changes to it since it was last loaded, or since AcceptChanges was last called.

public virtual void GetChanges();

Gets a copy of internal DataTable containing all the changes to it since it was last loaded, or since AcceptChanges was last called.

public virtual void GetChanges(DataRowState);

See Also

EasyObject Class | NCI.EasyObjects Namespace