Removes changes made by the current user from the cache.

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

Syntax

C#
public static void ClearChanges()
Visual Basic (Declaration)
Public Shared Sub ClearChanges

Remarks

After this method is called, changes made by the current user are no longer stored in the cache. When the data set is restored from the cache after that, it will contain the data as they were fetched from the database. Any changes made by the user will be canceled.

See Also