DataProviderQueryHints Property

Gets the query hints that are supported by the current provider.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual IReadOnlyList<BooleanProperty> QueryHints { get; }

Property Value

Type: IReadOnlyListBooleanProperty
The query hints.
See Also