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