DataModelProvider.ContextType 속성

정의

데이터 컨텍스트의 형식을 가져옵니다.

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

속성 값

Type

데이터 컨텍스트의 형식입니다.

설명

데이터 컨텍스트의 생성자에서 설정 됩니다.

적용 대상