PlaceholderProviderQueryHints 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.3.0.1000)
Syntax public override IReadOnlyList<BooleanProperty> QueryHints { get; }
Public Overrides ReadOnly Property QueryHints As IReadOnlyList(Of BooleanProperty)
Get
public:
virtual property IReadOnlyList<BooleanProperty^>^ QueryHints {
IReadOnlyList<BooleanProperty^>^ get () override;
}
abstract QueryHints : IReadOnlyList<BooleanProperty> with get
override QueryHints : IReadOnlyList<BooleanProperty> with get
Property Value
Type:
IReadOnlyListBooleanPropertyThe query hints.
See Also