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