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