Assembly: Rds;
The IRdsUniqueKeys interface contains properties and methods used to work with a collection of unique keys of the MDM dictionary.
IRdsUniqueKeys
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 keys of the MDM dictionary. | ||
The Item property returns a unique key of the MDM dictionary. |
Method name | Brief description | |
The Add method creates a new unique key of the MDM dictionary. | ||
The Clear method clears all unique keys of the MDM dictionary. | ||
The FindById method searches a unique key by identifier. | ||
The FindByKey method searches for a unique key by key in the MDM dictionary. | ||
The Remove method removes a unique key by index. | ||
The RemoveByKey method removes a unique key by key in the MDM dictionary. |
See also: