Constructor FunctionExpression
| Improve this Doc View SourceFunctionExpression(Column[])
Initializes a new instance of FunctionExpression<T> class.
Declaration
protected FunctionExpression(params Column[] parameters)
Parameters
Type | Name | Description |
---|---|---|
Column[] | parameters | The parameters of the function call. |