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