DataProvider Methods |
The DataProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| BuildConnectionString |
Builds the connection string.
| |
| DiscoverStructure(IDisposable, DataStructure) |
Discovers the structure definition.
| |
| DiscoverStructure(IDisposable, SupportedDataStructures, String) |
Gets the structure definition with the specified name.
| |
| DiscoverStructures |
Gets the list of the structures with the specified type.
| |
| EnumerateCustom |
Enumerates the provider-specific values.
| |
| EnumerateDatabases |
Enumerates the available databases.
| |
| EnumerateServers |
Enumerates the available database servers.
| |
| GetConnection |
Gets the open connection.
| |
| GetCredentialsProviderId |
Gets the ID of the credentials provider.
| |
| GetCustomConfigurationUI |
Gets the custom configuration UI based on the requested content type.
| |
| GetDataCacheKey |
Gets the data cache key.
| |
| GetDefaultStructureName |
Gets the default structure name.
| |
| GetDiagnosticInfo | Gets diagnostic information about the data provider. | |
| IsDriverInstalled |
Determines whether third party driver required for this data provider is installed.
| |
| IsUsingUploadedFile |
Determines whether the connection is made to a file stored in Dundas BI database.
| |
| Localize |
Localizes the specified string using the engine localization service.
(Inherited from ComponentBase.) | |
| LogQueryStatement |
Logs the query statement into Data.DataRetrieval.QueryAudit channel at the Information level.
| |
| ProcessTask |
Processes the current task if the task is compatible with the data provider.
| |
| TestConnection |
Tests the connection.
| |
| UpdateFromConnectionString |
Updates from connection string.
|