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