RemoteProviderMetadata Class

Contains properties for a specific remote data provider.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataProviders.GatewayRemoteProviderMetadata
    Dundas.BI.Data.DataProviders.GatewayRemoteRelationalMetadata

Namespace: Dundas.BI.Data.DataProviders.Gateway
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Gets a value indicating whether this data provider calls LoadProviderData and SaveProviderData(String).
Top
See Also