IRdsDictionaryFilterConditions.FindByAttribute

Fore Syntax

FindByAttribute(Attribute: IRdsAttribute): IRdsDictionaryFilterCondition;

Fore.NET Syntax

FindByAttribute(Attribute: Prognoz.Platform.Interop.Rds.IRdsAttribute): Prognoz.Platform.Interop.Rds.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.

Fore and Fore.NET Examples

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

See also:

IRdsDictionaryFilterConditions