ITableFilterCondition

Assembly: Tab;

Description

The ITabFilterConditions interface contains properties and methods for managing filtering conditions.

Inheritance Hierarchy

          ITableFilterCondition

Comments

When describing a condition one should set the Condition, Relation properties and one of the Value or TextValue properties.

Properties

  Property name Brief description
Condition The Condition property determines the condition type, by which data is filtered.
Relation The Relation property determines logical relation between a condition and the following condition.
TextValue The TextValue property determines the constraint value that will be used without conversion.
Value The Value property determines constraint value.

See also:

Tab Assembly Interfaces