LinqDataSourceView.TableName 屬性

定義

取得或設定資料內容類別的屬性或欄位名稱,這個類別包含資料集合。

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

屬性值

String

屬性的名稱,表示資料集合。

備註

當您設定 TableName 控制項的屬性時 LinqDataSource ,也會針對控制項的屬性設定該值 TableName LinqDataSourceView

適用於