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
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| ConditionList() | void |
Methods
Section titled “Methods”| Name | Type | Description |
|---|---|---|
| FindByAttr(EntityAttr attr) | Condition | Finds the condition the by entity attribute set in the left part of this condition. |