다음을 통해 공유


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 속성입니다. 자세한 내용은 개체 컨텍스트 수명 주기 관리 (EntityDataSource)합니다.

적용 대상