DbMappingViewCacheFactory.Create(String, String) 方法

定义

为由映射容器的名称指定的容器映射创建生成的视图缓存实例。

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

参数

conceptualModelContainerName
String

概念模型中容器的名称。

storeModelContainerName
String

存储模型中容器的名称。

返回

一个 DbMappingViewCache ,指定生成的视图缓存。

适用于