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