Skip to content

ConditionTag enum

Represents a type of condition. Current we have 2 possible types: a simple condition or a a group of conditions

public enum Korzh.EasyQuery.ConditionTag
: Enum, IComparable, IFormattable, IConvertible
ValueNameDescription
0UnknownAn unknown type of condition (just in case)
1SimpleA simple condition or a predicate (e.g. SomeField > SomeValue)
51GroupA group of conditions - several predicates connected by AND or OR