Skip to main 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

Assembly: Korzh.EasyQuery.dll

Enum

NameValueDescription
Unknown0An unknown type of condition (just in case)
Simple1A simple condition or a predicate (e.g. SomeField > SomeValue)
Group51A group of conditions - several predicates connected by AND or OR