DbMappingViewCacheFactory.Create(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为由映射容器的名称指定的容器映射创建生成的视图缓存实例。
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 ,指定生成的视图缓存。