IDataSourceManualQuery Property

Gets the manual query.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
ProviderExpression ManualQuery { get; }

Property Value

Type: ProviderExpression
The manual query.
Remarks
It is if the data source is not a ProviderExpression.
See Also