EntityDataSource.ContextType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 。 如需詳細資訊,請參閱 Object Context Life-Cycle Management (EntityDataSource) 。