Assembly: Rds;
The IRdsUniqueKeyAttributes interface contains properties and methods used to work with a collection of unique key attributes of the MDM dictionary.
IRdsUniqueKeyAttributes
A unique key is a basic identifier of records in an MDM dictionary. A key may consist of a single dictionary attribute, which values are unique for each of the elements. If the dictionary does not have a single unique attribute, the key can be composed of several attributes, which values together form a unique combination.
Property name | Brief description | |
The Count property returns the number of unique key attributes of MDM dictionary. | ||
The Item property returns a unique key attribute of the MDM dictionary. |
Method name | Brief description | |
The FindByAttribute method searches and returns an attribute of the MDM dictionary unique key in case of successful search. | ||
The Move method moves an attribute inside the collection. |
See also: