OperatorGroupKind enum
Represents different groups of operators
public enum Korzh.EasyQuery.OperatorGroupKind : EnumPackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
| 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) |