共用方式為


EntityDataSource.ContextTypeName 屬性

定義

取得或設定 ObjectContext 控制項所使用之具型別 EntityDataSource 的完整限定名稱。

public:
 property System::String ^ ContextTypeName { System::String ^ get(); void set(System::String ^ value); };
public string ContextTypeName { get; set; }
member this.ContextTypeName : string with get, set
Public Property ContextTypeName As String

屬性值

String,表示該型別的完整限定名稱。

備註

控制項 ContextTypeNameEntityDataSource 屬性是字串,指定控制項所 EntityDataSource 使用之具型 ObjectContext 別的完整型別名稱。 ContextTypeName如果未指定 屬性, DefaultContainerName 則必須設定 和 ConnectionString 屬性,控制項才能建立 ObjectContext

適用於