ITableCreator.Source

Syntax

Source: Object;

Description

The Source property determines the source, based on which a table is created.

Comments

The data source described by the IDtProvider interface must be specified as the value of this property. The data source must be closed. Table structure is formed automatically based on the source structure. The data is loaded from the selected data source after the table creation.

Example

The example of use is given in description of the Execute method.

See also:

ITableCreator