'Declaration
Public Shared Function GetDefault( _ ByVal contextType As System.Type _ ) As EntityClientCache
public static EntityClientCache GetDefault( System.Type contextType )
Parameters
- contextType
- A subclass of ObjectContext to get the default EntityClientCache for.
Return Value
The default EntityClientCache for the given contextType.