IOrmCondition

Assembly: Orm;

Description

The IOrmCondition interface is used to work with a condition.

Inheritance Hierarchy

          IOrmCondition

Comments

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.

Properties

  Property name Brief description
AttributeName The AttributeName property determines identifier of the attribute, for which a condition is created.
ConditionJoin The ConditionJoin property determines a logical operator that is used to join the current condition with the previous one.
JoinAttributeName The JoinAttributeName property determines identifier of a joined attribute.
Nested The Nested property returns a collection of nested conditions.
Operator_ The Operator_ property determines a comparison operator used in the condition.
Value The Value property determines a compared value.

See also:

Orm Assembly Interfaces