ConditionList class

Represents a list of conditions.

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

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

Assembly: Korzh.EasyQuery.dll

Constructors

Name Type Description
ConditionList() void

Methods

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