IRdsDictionaryInstance.BigElements

Fore Syntax

BigElements: IRdsBigElements;

Fore.NET Syntax

BigElements: Prognoz.Platform.Interop.Rds.IRdsBigElements;

Description

The BigElements property returns an object used to work with dictionaries that support a large number of elements.

Comments

This property is relevant only for table MDM dictionaries.

Use the IRdsDictionary.IsBigDictionary property to determine whether a dictionary can work with a large number of elements.

Fore and Fore.NET Examples

The property use is given in the example for IRdsDictionaryElementsSearch.SetIterator.

See also:

IRdsDictionaryInstance