Share via


DbMappingViewCacheFactory.Create(String, String) Method

Definition

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