Method Const
| Improve this Doc View SourceConst(Nullable<Int64>)
Creates a column of constant expression.
Declaration
public static _Int64 Const(long? x)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.Int64> | x | The value of the constant expression. |
Returns
| Type | Description |
|---|---|
| _Int64 | The column of constant expression. |