'Declaration Public Shared Function GetCache( _ ByVal dataContextType As Type _ ) As CompiledQueryCache
public static CompiledQueryCache GetCache( Type dataContextType )
Parameters
- dataContextType
- The type of the DataContext to cache queries from.
Return Value
The existing instance of the CompiledQueryCache class, that caches queries from the specified DataContext.