DbMappingViewCacheFactory.Create Method (String, String)
Creates a generated view cache instance for the container mapping specified by the names of the mapped containers.
Assembly: EntityFramework (in EntityFramework.dll)
public abstract DbMappingViewCache Create( string conceptualModelContainerName, string storeModelContainerName )
Parameters
- conceptualModelContainerName
-
Type:
System.String
The name of a container in the conceptual model.
- storeModelContainerName
-
Type:
System.String
The name of a container in the store model.
Return Value
Type: System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCacheA DbMappingViewCache that specifies the generated view cache.