[]
Gets a custom function expression.
protected override IExpression GetCustomFunctionExpression(string id, CustomFunctionDefinition fnDef, List<IExpression> expr)
Type | Name | Description |
---|---|---|
string | id | Function identifier. |
CustomFunctionDefinition | fnDef | Function definition. |
List<IExpression> | expr | Arguments of the function. |
Type | Description |
---|---|
IExpression |