IRubricator.Sequence

Fore Syntax

Sequence: ISequence;

Fore.NET Syntax

Sequence: Prognoz.Platform.Interop.Db.ISequence;

Description

The Sequence property returns the object that generates factor keys for time series database.

Comments

If the property is IRubricator.UseDistinctSequence = False, Sequence returns NULL.

Fore and Fore.NET Examples

The property use is given in the example for IRubricator.UseDistinctSequence.

See also:

IRubricator