ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientCacheBase Class / Clear Method

In This Topic
    Clear Method (ClientCacheBase)
    In This Topic
    Clears client-side cache entirely. Call this method if you want to make sure that following queries will fetch fresh data from the server.
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    public void Clear()
    See Also