IDmTableDataSource.Table

Fore Syntax

Table: IMetabaseObjectDescriptor;

Fore.NET Syntax

Table: Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptor;

Description

The Table property determines the table in repository, which is a data source.

Comments

To work with data source, use properties and methods inherited from IDmDataSource.

Fore and Fore.NET Examples

The property use is given in the example for IDmMethod.Execute.

See also:

IDmTableDataSource