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