DataTable.DisplayExpression 屬性

定義

取得或設定會傳回用來在使用者介面中表示這個資料表之值的運算式。 DisplayExpression 屬性可讓您將這個資料表的名稱顯示在使用者介面中。

public:
 property System::String ^ DisplayExpression { System::String ^ get(); void set(System::String ^ value); };
public string DisplayExpression { get; set; }
[System.Data.DataSysDescription("DataTableDisplayExpressionDescr")]
public string DisplayExpression { get; set; }
member this.DisplayExpression : string with get, set
[<System.Data.DataSysDescription("DataTableDisplayExpressionDescr")>]
member this.DisplayExpression : string with get, set
Public Property DisplayExpression As String

屬性值

一個顯示字串。

屬性

適用於

另請參閱