IRdsDictionaryFilterConditions.FindByAttribute

Syntax

FindByAttribute(Attribute: IRdsAttribute): IRdsDictionaryFilterCondition;

Parameters

Attribute. Attribute.

Description

The FindByAttribute method returns filter for a specified attribute.

Comments

If the data is not filtered by selected attribute, the method returns Null.

Example

The method use is given in the example for IRdsDictionaryBatchUpdate.SetData.

See also:

IRdsDictionaryFilterConditions