WhereKind
Overview
The WhereKind enumeration represents kind of the Dynamic Where expression.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.expressions
| Value | Description |
|---|---|
| Between | BetweenExpression |
| Binary | BinaryExpression |
| Constant | ConstantExpression |
| DateTimeNow | DateTimeNowExpression |
| DateTimePart | DateTimePartExpression |
| DateTimeToday | DateTimeTodayExpression |
| Field | FieldExpression |
| FunctionCall | FunctionCallExpression |
| List | ListExpression |
| Macro | MacroExpression |
| Null | NullExpression |
| Parameter | ParameterExpression |
| Unary | UnaryExpression |