DataTable.DisplayExpression 屬性

定義

取得或設定一個表達式,回傳用來在使用者介面中表示此表格的值。 這個 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

屬性值

一串展示串。

屬性

適用於

另請參閱