Assembly: Orm;
The IOrmConditions interface is used to work with a collection of conditions.
IOrmConditions
Each condition is used to search for object by values of its attributes. Use the IOrmCondition.ConditionJoin property to determine a logical operator that joins conditions in the collection.
Property name | Brief description | |
Count | The Count property returns the number of conditions in the collection. | |
Item | The Item property returns the specified condition from the collection. |
Method name | Brief description | |
Add | The Add method adds a condition to the collection. | |
Clear | The Clear method clears collection of conditions. | |
Evaluate | The Evaluate method checks if collection conditions are fulfilled for the specified record. | |
Remove | The Remove method removes a condition by the specified index. |
See also: