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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework