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