IRdsUniqueKeyAttributes.FindByAttribute

Fore Syntax

FindByAttribute(Attribute: IRdsAttribute): Integer;

Fore.NET Syntax

FindByAttribute(Attribute: Prognoz.Platform.Interop.Rds.IRdsAttribute): integer;

Parameters

Attribute. Dictionary attribute, on which the search is based.

Description

The FindByAttribute method searches and returns an attribute of the MDM dictionary unique key in case of successful search.

Comments

To work with the unique key attribute, use the IRdsUniqueKeyAttribute interface.

Fore and Fore.NET Examples

The method use is given in the example for IRdsUniqueKeyAttribute.Attribute.

See also:

IRdsUniqueKeyAttributes