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