IRdsUniqueKey.Dictionary

Fore Syntax

Dictionary: IRdsDictionary;

Fore.NET Syntax

Dictionary: Prognoz.Platform.Interop.Rds.IRdsDictionary;

Description

The Dictionary property returns the MDM dictionary that is the owner of the unique key.

Comments

Use the IRdsDictionary.UniqueKeys property to get all unique keys of the dictionary.

Fore and Fore.NET Examples

The property use is given in the example for IRdsUniqueKey.Contains.

See also:

IRdsUniqueKey