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