RelationalSelectTaskEnableSubqueryOptimization Property |
Gets a value indicating whether this task can be used to generate a single query.
Namespace:
Dundas.BI.Data.DataProviders.Tasks
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool EnableSubqueryOptimization { get; }
Public ReadOnly Property EnableSubqueryOptimization As Boolean
Get
public:
property bool EnableSubqueryOptimization {
bool get ();
}
member EnableSubqueryOptimization : bool with get
Property Value
Type:
Boolean if provider is allowed to generate a single query; otherwise,
.
Remarks
Set to to disable generation of single SQL. This is useful to support
queries that cannot be used as a nested SELECT. For example, can be used to run stored procedures
using ODBC data provider.
See Also