DataSource for Entity Framework in WPF
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