ISQLComponents.SubQuery

Syntax

SubQuery: Boolean;

Description

The SubQuery property returns whether subqueries are used in query.

Comments

The attribute of subqueries use in query is specified for data source in the IStandardCubeDataset.UseSubqueryOptimization property and the SubQuery property returns the specified value.

Example

The example of use is given in description of the ISQLCallback.BeforeConstruction method.

See also:

ISQLComponents