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