ConditionList class

Represents a list of conditions.

public class Korzh.EasyQuery.ConditionList
    : Collection<Condition>, IList<Condition>, ICollection<Condition>, IEnumerable<Condition>, IEnumerable, IList, ICollection, IReadOnlyList<Condition>, IReadOnlyCollection<Condition>

Methods

Type Name Description
Condition FindByAttr(EntityAttr attr) Finds the condition the by entity attribute set in the left part of this condition.