EntityDataSource.ContextTypeName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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,表示該型別的完整限定名稱。
備註
控制項 ContextTypeName 的 EntityDataSource 屬性是字串,指定控制項所 EntityDataSource 使用之具型 ObjectContext 別的完整型別名稱。 ContextTypeName如果未指定 屬性, DefaultContainerName 則必須設定 和 ConnectionString 屬性,控制項才能建立 ObjectContext 。