Property Expression
| Improve this Doc View SourceExpression
Gets the expression of this column.
Declaration
public ColumnExpression<T> Expression { get; }
Property Value
| Type | Description |
|---|---|
| ColumnExpression<T> | The expression of this column. |
Gets the expression of this column.
public ColumnExpression<T> Expression { get; }
| Type | Description |
|---|---|
| ColumnExpression<T> | The expression of this column. |