Assembly: Orm;
Namespace: Prognoz.Platform.Interop.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 | |
| The Count property returns the number of conditions in the collection. | ||
| The Item property returns the specified condition from the collection. |
| Method name | Brief description | |
| The Add method adds a condition to the collection. | ||
| The Clear method clears collection of conditions. | ||
| The Evaluate method checks if collection conditions are fulfilled for the specified record. | ||
| The Remove method removes a condition by the specified index. |
See also: