Method MakeColumn
| Improve this Doc View SourceMakeColumn<TColumn>()
Makes a new Column<T> object which contains this expression.
Declaration
public TColumn MakeColumn<TColumn>()
where TColumn : Column<T>, new()
Returns
Type | Description |
---|---|
TColumn | The new Column<T> object which contains this expression. |
Type Parameters
Name | Description |
---|---|
TColumn | The actual type of the column. |