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)」を参照してください。

適用対象