DataProvider Class

Base class for all data providers.
This class supports the application infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public abstract class DataProvider : ComponentBase

The DataProvider type exposes the following members.

Constructors
  NameDescription
Protected methodDataProvider
Initializes a new instance of the DataProvider class
Top
Properties
  NameDescription
Public propertyComponentDescription
Gets the standard component description.
(Inherited from ComponentBase.)
Public propertyComponentId
Gets the component ID.
(Inherited from ComponentBase.)
Public propertyComponentName
Gets the standard component name.
(Inherited from ComponentBase.)
Public propertyHasCustomConfigurationUI
Gets a value indicating whether this data provider is using a custom configuration UI.
Public propertyIsEnabled
Gets a value indicating whether the component is enabled.
(Inherited from ComponentBase.)
Public propertyLogger
Gets the logger for the module or extension package corresponding to the component.
(Inherited from ComponentBase.)
Public propertyManualAuthentication
Gets a value indicating whether the data provider is expecting no external authentication.
Public propertyMaximumParameterValueCount
Gets the maximum number of parameter values the provider is able to support.
Public propertyNamedParameterFormat
Gets the named parameter format.
Public propertyPackageId
Gets the ID of the extension package to which the component belongs.
(Inherited from ComponentBase.)
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 this data provider supports manual queries.
Public propertyUsingProviderData
Top
Methods
  NameDescription
Public methodBuildConnectionString
Builds the connection string.
Public methodDiscoverStructure(IDisposable, DataStructure)
Discovers the structure definition.
Public methodDiscoverStructure(IDisposable, SupportedDataStructures, String)
Gets the structure definition with the specified name.
Public methodDiscoverStructures
Gets the list of the structures with the specified type.
Public methodEnumerateCustom
Enumerates the provider-specific values.
Public methodEnumerateDatabases
Enumerates the available databases.
Public methodEnumerateServers
Enumerates the available database servers.
Public methodGetConnection
Gets the open connection.
Public methodGetCredentialsProviderId
Gets the ID of the credentials provider.
Public methodGetCustomConfigurationUI
Gets the custom configuration UI based on the requested content type.
Public methodGetDataCacheKey
Gets the data cache key.
Public methodGetDefaultStructureName
Gets the default structure name.
Public methodGetDiagnosticInfo
Gets diagnostic information about the data provider.
Public methodIsDriverInstalled
Determines whether third party driver required for this data provider is installed.
Public methodIsUsingUploadedFile
Determines whether the connection is made to a file stored in Dundas BI database.
Protected methodLocalize
Localizes the specified string using the engine localization service.
(Inherited from ComponentBase.)
Public methodLogQueryStatement
Logs the query statement into Data.DataRetrieval.QueryAudit channel at the Information level.
Public methodProcessTask
Processes the current task if the task is compatible with the data provider.
Public methodTestConnection
Tests the connection.
Public methodUpdateFromConnectionString
Updates from connection string.
Top
See Also