Skip to main content

conditionlist-class

Represents a list of conditions.

public class Korzh.EasyQuery.ConditionList
: Collection<Condition>

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
ConditionList()void

Methods

NameTypeDescription
FindByAttr(EntityAttr attr)ConditionFinds the condition the by entity attribute set in the left part of this condition.