Clears client-side cache entirely. Call this method if you want to make sure that following queries will fetch fresh data from the server.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public void Clear()
Visual Basic
Public Sub Clear

See Also