IRubricatorFactsLookup.Open

Fore Syntax

Open(Options: DictionaryCursorOptions);

Fore.NET Syntax

Open(Options: Prognoz.Platform.Interop.Rds.DictionaryCursorOptions);

Parameters

Options. Parameter of cursor opening.

Description

The Open method opens the cursor allowing to navigate through data.

Comments

Use the IRubricatorFactsLookup.Close method to close a cursor.

Fore and Fore.NET Examples

The method use is given in the example for IRubricatorFactsLookup.Current.

See also:

IRubricatorFactsLookup