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

속성 값

Type

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

구현

설명

컨트롤에서 사용 하는는 ObjectContext EntityDataSource 속성에서 액세스할 수 있습니다 ContextType . 자세한 내용은 개체 컨텍스트 수명 주기 관리 (EntityDataSource)합니다.

적용 대상