다음을 통해 공유


EntityDataSource.ContextType 속성

정의

컨트롤에서 사용되는 형식화된 ObjectContext 형식을 EntityDataSource 가져오거나 설정합니다.

public:
 property Type ^ ContextType { Type ^ get(); void set(Type ^ value); };
public Type ContextType { get; set; }
member this.ContextType : Type with get, set
Public Property ContextType As Type

속성 값

에서 ObjectContext파생되는 개체입니다.

구현

설명

ObjectContext 컨트롤에서 EntityDataSource 사용하는 속성에 ContextType 액세스할 수 있습니다. 자세한 내용은 개체 컨텍스트 Life-Cycle 관리(EntityDataSource)를 참조하세요.

적용 대상