IRdsNonUniqueKeyAttributes.FindByAttribute

Syntax

FindByAttribute(Attribute: IRdsAttribute): Integer;

Parameters

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

Description

The FindByAttribute method searches and returns a non-unique key attribute of MDM dictionary 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 IRdsNonUniqueKeyAttribute.Attribute.

See also:

IRdsNonUniqueKeyAttributes