ColumnExpression Properties
A selected data column with or without an aggregate expression applied to it.Name | Description |
---|---|
Aggregate | Specifies the aggregate function. Inherited from ExpressionBase. |
ColumnName | Specifies the column to which the ColumnExpression applies. |
Table | Specifies the table to which the ColumnExpression applies. |
See Also