IRubricatorCreator.SourceTable

Fore Syntax

SourceTable: ITable;

Fore.NET Syntax

SourceTable: Prognoz.Platform.Interop.Db.ITable;

Description

The SourceTable property determines the table with data that is used as a source for time series database.

Comments

Use the IRubricatorCreator.AssignCube method if time series database is based on a standard cube.

Fore and Fore.NET Examples

The property use is given in the example for IRubricatorCreator.CreateRubricator.

See also:

IRubricatorCreator