共用方式為


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 。 如需詳細資訊,請參閱 Object Context Life-Cycle Management (EntityDataSource)

適用於