FunctionKind
Overview
This enumeration specifies SQL function that is used in FunctionCallExpression
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract.Expressions
| Value | Description |
|---|---|
| Length | Length method |
| LowerCase | LowerCase method |
| Trim | Trim method |
| TrimLeft | TrimLeft method |
| TrimRight | TrimRight method |
| UpperCase | UpperCase method |