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
Assembly: Korzh.EasyQuery.dll
Enum
Name | Value | Description |
---|---|---|
Unknown | 0 | An unknown type of condition (just in case) |
Simple | 1 | A simple condition or a predicate (e.g. SomeField > SomeValue) |
Group | 51 | A group of conditions - several predicates connected by AND or OR |