Updates (commits) all changed data set rows to the database.

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

Syntax

C#
public virtual void Update(
	string[] tableNames
)
Visual Basic (Declaration)
Public Overridable Sub Update ( _
	tableNames As String() _
)

Parameters

tableNames
Type: array<System..::..String>[]()[][]
Array containing the names of simple tables to be updated to the database.

See Also