RemoteProviderMetadataQueryHints Property |
Gets the query hints that are supported by the current provider.
Namespace: Dundas.BI.Data.DataProviders.GatewayAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic IReadOnlyList<BooleanProperty> QueryHints { get; }Public ReadOnly Property QueryHints As IReadOnlyList(Of BooleanProperty)
Get
public:
property IReadOnlyList<BooleanProperty^>^ QueryHints {
IReadOnlyList<BooleanProperty^>^ get ();
}member QueryHints : IReadOnlyList<BooleanProperty> with get
Property Value
IReadOnlyListBooleanPropertyThe query hints.
See Also