Gets a copy of the data set containing all changes to simple tables made since it was last filled, or since AcceptChanges()()()() was called. Composite tables and table views are empty in the resulting data set.

Namespace:  C1.Web.Data
Assembly:  C1.Web.Data.2 (in C1.Web.Data.2.dll)

Syntax

C#
public C1DataSet GetChanges(
	string[] tableNames,
	DataRowStateEnum rowStates
)
Visual Basic (Declaration)
Public Function GetChanges ( _
	tableNames As String(), _
	rowStates As DataRowStateEnum _
) As C1DataSet

Parameters

tableNames
Type: array<System..::..String>[]()[][]
Names of the tables whose modified rows are to be included in the resulting data set. If this argument is null, modified rows of all tables are included.
rowStates
Type: DataRowStateEnum
One or more (combination of) flags Added, Modified, Deleted indicating what rows to include.

See Also