Method Param
| Improve this Doc View SourceParam(Nullable<Decimal>, _Decimal)
Creates a column of parameter expression.
Declaration
public static _Decimal Param(decimal? x, _Decimal sourceColumn = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.Decimal> | x | The value of the parameter expression. |
| _Decimal | sourceColumn | The value which will be passed to SourceColumn. |
Returns
| Type | Description |
|---|---|
| _Decimal | The column of parameter expression. |