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