共用方式為


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 。 如需詳細資訊,請參閱 Life-Cycle 管理的物件內容 (EntityDataSource)

適用於