다음을 통해 공유


DbMappingViewCacheFactory.Create(String, String) 메서드

정의

매핑된 컨테이너의 이름으로 지정된 컨테이너 매핑에 대해 생성된 뷰 캐시 instance 만듭니다.

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 생성된 뷰 캐시를 지정하는 입니다.

적용 대상