Saves changes made to a data set by the user so they can be restored when this data set is restored from cache for the same user.

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

Syntax

C#
public static void SaveChanges(
	IC1CacheableObject cacheableObj
)
Visual Basic (Declaration)
Public Shared Sub SaveChanges ( _
	cacheableObj As IC1CacheableObject _
)

Parameters

cacheableObj
Type: C1.Web.Data..::..IC1CacheableObject
The source of user changes, a C1WebDataSet or C1WebExpressConnection

Remarks

This method must be called after modifying data, in order to enable the global cache to restore these changes when the data set is later restored from cache.

See Also