Marks the end of the first stage of modifying/synchronizing the underlying ADO.NET DataSet.

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

Syntax

C#
public void StorageChanged(
	bool clearTableViews
)
Visual Basic (Declaration)
Public Sub StorageChanged ( _
	clearTableViews As Boolean _
)

Parameters

clearTableViews
Type: System..::..Boolean
Whether to clear all table view rows or not. This parameter is True by default, meaning that table views are cleared at the end of the first stage.

See Also