RemoteRelationalMetadata Class

Contains properties for a specific remote relational data provider.
This class is not intended to be used directly from your code, unless you are implementing a custom 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 (24.3.0.1000)
Syntax
public class RemoteRelationalMetadata : RemoteProviderMetadata

The RemoteRelationalMetadata type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the data provider description.
(Inherited from RemoteProviderMetadata.)
Public propertyGenerateFunctionCallScript
Public propertyGenericCountExpression
Gets the generic count expression for number of queried records.
Public propertyGetCastExpressionScript
Gets or sets the script implementing GetCastExpression(DatabaseType).
Public propertyHasCustomConfigurationUI
Gets a value indicating whether this data provider is using a custom configuration UI.
(Inherited from RemoteProviderMetadata.)
Public propertyId
Gets the data provider ID.
(Inherited from RemoteProviderMetadata.)
Public propertyMaximumParameterValueCount
Gets the maximum number of parameter values the provider is able to support.
(Inherited from RemoteProviderMetadata.)
Public propertyName
Gets the data provider name.
(Inherited from RemoteProviderMetadata.)
Public propertyNamedParameterFormat
Gets the named parameter format.
(Inherited from RemoteProviderMetadata.)
Public propertyNullReplacementExpression
Gets the NULL replacement expression or if not supported.
Public propertyPropertyDescriptors
Gets the data provider specific property descriptors.
(Inherited from RemoteProviderMetadata.)
Public propertyQueryHints
Gets the query hints that are supported by the current provider.
(Inherited from RemoteProviderMetadata.)
Public propertyStructureDescriptors
Gets the structure descriptors.
Public propertySupportedDateTrimGranularities
Gets the supported date trimming functions.
Public propertySupportedStructureTypes
Gets the supported data structures.
(Inherited from RemoteProviderMetadata.)
Public propertySupportsManualQuery
Gets a value indicating whether the data provider supports manual queries.
(Inherited from RemoteProviderMetadata.)
Public propertySupportsParameterPushDown
Gets a value indicating whether the data provider supports parameterized querying.
(Inherited from RemoteProviderMetadata.)
Public propertySupportsTopOneElementDiscovery
Gets a value indicating whether this data provider supports top one element discovery behaviour.
(Inherited from RemoteProviderMetadata.)
Public propertyUsingProviderData (Inherited from RemoteProviderMetadata.)
Top
See Also