EntityViewContainer 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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) |
사용되지 않음.
뷰와 해당 키가 포함된 키/값 쌍을 지정된 인덱스에 반환합니다. |