Assembly: Orm;
Namespace: Prognoz.Platform.Interop.Orm;
The IOrmCondition interface is used to work with a condition.
IOrmCondition
The condition is used to search for an object by values of its attributes.
Use the IOrmConditions interface to work with the collection of conditions.
| Property name | Brief description | |
| The AttributeName property determines identifier of the attribute, for which a condition is created. | ||
| The ConditionJoin property determines a logical operator that is used to join the current condition with the previous one. | ||
| The JoinAttributeName property determines identifier of a joined attribute. | ||
| The Nested property returns a collection of nested conditions. | ||
| The Operator_ property determines a comparison operator used in the condition. | ||
| The Value property determines a compared value. |
See also: