Assembly: Rds;
Namespace: Prognoz.Platform.Interop.Rds;
The IRdsNonUniqueKeys interface is used to work with a collection of non-unique keys of MDM dictionary.
IRdsNonUniqueKeys
Use the IRdsNonUniqueKey interface to work with non-unique keys of MDM dictionary.
| Property name | Brief description | |
| The Count property returns the number of non-unique keys of the MDM dictionary. | ||
| The Item property returns a non-unique key of the MDM dictionary. |
| Method name | Brief description | |
| Add | The Add method creates a new non-unique key of the MDM dictionary. | |
| Clear | The Clear method clears all non-unique keys of the MDM dictionary. | |
| FindById | The FindById method searches a non-unique key by identifier in the MDM dictionary. | |
| FindByKey | The FindByKey method searches a non-unique key by key in the MDM dictionary. | |
| Remove | The Remove method removes a non-unique key by index in the MDM dictionary. | |
| RemoveByKey | The RemoveByKey method removes a non-unique key by key in the MDM dictionary. |
See also: