IRdsUniqueKeyAttributes.FindByAttribute

Syntax

FindByAttribute(Attribute: 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.

Example

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

See also:

IRdsUniqueKeyAttributes