System.Data Namespace DataTable Class
Sets or retrieves the expression that will return a value used to represent this table in UI.
Script |
DataTable.DisplayExpression [ = strExpression ] |
strExpression |
An expression string. |
The property is read/write with no default value.
The DisplayExpression can be used to create dynamic text from the current data contents.
For rules on forming the expression string, see the DataColumn.Expression property.
DataTable Members Expression