DataTable.DisplayExpression 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個表達式,回傳用來在使用者介面中表示此表格的值。 這個 DisplayExpression 屬性讓你能在使用者介面中顯示這個資料表的名稱。
public:
property System::String ^ DisplayExpression { System::String ^ get(); void set(System::String ^ value); };
[System.Data.DataSysDescription("DataTableDisplayExpressionDescr")]
public string DisplayExpression { get; set; }
public string DisplayExpression { get; set; }
[<System.Data.DataSysDescription("DataTableDisplayExpressionDescr")>]
member this.DisplayExpression : string with get, set
member this.DisplayExpression : string with get, set
Public Property DisplayExpression As String
屬性值
一串展示串。
- 屬性