IRdsNonUniqueKeys.Item

Fore Syntax

Item(Index: Integer): IRdsNonUniqueKey;

Fore.NET Syntax

Item(Index: integer): Prognoz.Platform.Interop.Rds.IRdsNonUniqueKey;

Parameters

Index. Index of the non-unique key of MDM dictionary.

Description

The Item property returns a non-unique key of the MDM dictionary.

Comments

Use the IRdsNonUniqueKeys.Count property to get the number of non-unique keys of MDM dictionary.

Fore and Fore.NET Example

The property use is given in the example for IRdsNonUniqueKeys.Clear.

See also:

IRdsNonUniqueKeys