DbMappingViewCacheFactory.Create(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a generated view cache instance for the container mapping specified by the names of the mapped containers.
public abstract System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCache Create (string conceptualModelContainerName, string storeModelContainerName);
abstract member Create : string * string -> System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCache
Public MustOverride Function Create (conceptualModelContainerName As String, storeModelContainerName As String) As DbMappingViewCache
Parameters
- conceptualModelContainerName
- String
The name of a container in the conceptual model.
- storeModelContainerName
- String
The name of a container in the store model.
Returns
A DbMappingViewCache that specifies the generated view cache.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework