Skip to content

OperatorGroupKind enum

Represents different groups of operators

public enum Korzh.EasyQuery.OperatorGroupKind
: Enum

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameValueDescription
Common1The most common operators (like “equals”, “less than”, etc.)
String2String operators (like “starts with”, “contains”, etc.)
DateTime3Date/time operators
Boolean4Boolean operators (“is true”, “is not true”)
Custom99Custom group (all operators are listed directly)