operatorgroupkind-enum
Represents different groups of operators
public enum Korzh.EasyQuery.OperatorGroupKind
: Enum
Assembly: Korzh.EasyQuery.dll
Enum
Name | Value | Description |
---|---|---|
Common | 1 | The most common operators (like "equals", "less than", etc.) |
String | 2 | String operators (like "starts with", "contains", etc.) |
DateTime | 3 | Date/time operators |
Boolean | 4 | Boolean operators ("is true", "is not true") |
Custom | 99 | Custom group (all operators are listed directly) |