다음을 통해 공유


EntityViewContainer 클래스

정의

주의

The mechanism to provide pre-generated views has changed. Implement a class that derives from System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCache and has a parameterless constructor, then associate it with a type that derives from DbContext or ObjectContext by using System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCacheTypeAttribute.

생성된 뷰를 저장하기 위해 디자인 타임에 만든 형식의 기본 클래스입니다.

[System.Obsolete("The mechanism to provide pre-generated views has changed. Implement a class that derives from System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCache and has a parameterless constructor, then associate it with a type that derives from DbContext or ObjectContext by using System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCacheTypeAttribute.", true)]
public abstract class EntityViewContainer
type EntityViewContainer = class
Public MustInherit Class EntityViewContainer
상속
EntityViewContainer
특성

생성자

EntityViewContainer()
사용되지 않음.

생성된 뷰를 저장하기 위해 디자인 타임에 만든 형식의 기본 클래스입니다.

속성

EdmEntityContainerName
사용되지 않음.

EntityContainer의 이름을 가져오거나 설정합니다.

HashOverAllExtentViews
사용되지 않음.

뷰에 대한 해시 값입니다.

HashOverMappingClosure
사용되지 않음.

해시 값

StoreEntityContainerName
사용되지 않음.

스토리지 스키마에서 EntityContainer를 가져오거나 설정합니다.

ViewCount
사용되지 않음.

뷰 개수를 가져오거나 설정합니다.

메서드

GetViewAt(Int32)
사용되지 않음.

뷰와 해당 키가 포함된 키/값 쌍을 지정된 인덱스에 반환합니다.

적용 대상