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