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

属性值

显示字符串。

属性

适用于

另请参阅