IRdsBigElements.CreateIterator

Fore Syntax

CreateIterator(FirstElement: Integer;
               Count: Integer;
               Filter: IRdsDictionaryFilterConditions;
               Order: IRdsSortAttributes): IRdsElementsIterator;

Fore.NET Syntax

CreateIterator(FirstElement: integer;
               Count: integer;
               Filter: Prognoz.Platform.Interop.Rds.IRdsDictionaryFilterConditions;
               Order: Prognoz.Platform.Interop.Rds.IRdsSortAttributes): Prognoz.Platform.Interop.Rds.IRdsElementsIterator;

Parameters

FirstElement. Index of the first iterator element.

Count. Number of iterator elements.

Filter. Options of iterator elements' filter.

Order. Options of iterator elements' sorting.

Description

The CreateIterator method creates an iterator used to navigate dictionary elements..

Comments

The created iterator can be cast to the IDatasetInstance interface.

Fore and Fore.NET Examples

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

See also:

IRdsBigElements