FindByAttribute(Attribute: IRdsAttribute): Integer;
FindByAttribute(Attribute: Prognoz.Platform.Interop.Rds.IRdsAttribute): integer;
Attribute. Dictionary attribute, on which the search is based.
The FindByAttribute method searches and returns a non-unique key attribute of MDM dictionary in case of successful search.
To work with the unique key attribute, use the IRdsUniqueKeyAttribute interface.
The method use is given in the example for IRdsNonUniqueKeyAttribute.Attribute.
See also: