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