FilterRepeater.TableName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要篩選之資料表的名稱。
public:
property System::String ^ TableName { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
public string TableName { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.TableName : string with get, set
Public Property TableName As String
屬性值
要篩選之資料表的名稱。
- 屬性