IOrmConditions

Assembly: Orm;

Namespace: Prognoz.Platform.Interop.Orm;

Description

The IOrmConditions interface is used to work with a collection of conditions.

Inheritance Hierarchy

          IOrmConditions

Comments

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.

Properties

  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.

Methods

  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:

Orm Assembly Interfaces