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