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