Method CreateConst
| Improve this Doc View SourceCreateConst(T)
Creates a column of constant expression.
Declaration
protected abstract Column<T> CreateConst(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value | The value of the constant expression. |
Returns
| Type | Description |
|---|---|
| Column<T> | The column of constant expression. |