conditionlist-class
Represents a list of conditions.
public class Korzh.EasyQuery.ConditionList
: Collection<Condition>
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. |