IMDCalculationSource.SelectSQL

Syntax

SelectSQL: String;

Description

The SelectSQL property returns the SQL query that is used to select data from DB tables.

Comments

It is relevant if Query is used as a data source. If Table or View is set as a data source, the property returns name of the scheme and physical name of the table, from which data is taken.

See also:

IMDCalculationSource