DataSource for Entity Framework in WPF
DataSource for Entity Framework in WPF
C1.Data Namespace
/
ClientCacheBase Class
/ Clear Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
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
Visual Basic
C#
'Declaration Public Sub Clear()
public void Clear()
See Also
Reference
ClientCacheBase Class
ClientCacheBase Members