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

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

Assembly: Korzh.EasyQuery.dll

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