[]
The class used to represent SQL expressions that can be seen as function calls
public class FunctionExpression : IExpression
| Name | Description |
|---|---|
| FunctionExpression() |
| Name | Description |
|---|---|
| FunctionName | The name of the function used in the function call |
| SubExpressions | The IExpression children that made this IExpression |
| Type | The type of the expression |