RemoteProviderMetadata Class

Contains properties for a specific remote data provider.
This class is not intended to be used directly from your code, unless you are implementing a custom data provider.
Inheritance Hierarchy

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 class RemoteProviderMetadata

The RemoteProviderMetadata type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the data provider description.
Public propertyHasCustomConfigurationUI
Gets a value indicating whether this data provider is using a custom configuration UI.
Public propertyId
Gets the data provider ID.
Public propertyMaximumParameterValueCount
Gets the maximum number of parameter values the provider is able to support.
Public propertyName
Gets the data provider name.
Public propertyNamedParameterFormat
Gets the named parameter format.
Public propertyPropertyDescriptors
Gets the data provider specific property descriptors.
Public propertyQueryHints
Gets the query hints that are supported by the current provider.
Public propertySupportedStructureTypes
Gets the supported data structures.
Public propertySupportsManualQuery
Gets a value indicating whether the data provider supports manual queries.
Public propertySupportsParameterPushDown
Gets a value indicating whether the data provider supports parameterized querying.
Public propertySupportsTopOneElementDiscovery
Gets a value indicating whether this data provider supports top one element discovery behaviour.
Public propertyUsingProviderData
Top
See Also