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