IRdsDictionaryFilterCondition

Assembly: Rds;

Description

The IRdsDictionaryFilterCondition interface is used to work with a filter, by which dictionary elements are selected.

Inheritance hierarchy

          IRdsDictionaryFilterCondition

Comments

A filter is formed by an expression that consists of the following parts: attribute, operator, and value. For example, Key <> -1, where:

Filters are united in the collection implemented by the IRdsDictionaryFilterConditions interface.

Properties

  Property name Brief description
The Attribute property returns an attribute, by which elements are filtered.
Operation The Operation property determines operator used for filter expression.
The Value property determines value of the attribute, by which elements are filtered.

See also:

Rds Assembly Interfaces