IDataProviderService Interface

Interface used to list and get data providers.

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IDataProviderService

The IDataProviderService type exposes the following members.

Methods
 NameDescription
Public methodGetAllowedProviders Gets the data providers which can be used in data connectors saved by the caller.
Public methodGetGatewayProvidersGets the providers defined in the gateway manifest.
Public methodGetProvider(Guid) Returns a data provider for the requested provider ID.
Public methodGetProvider(Guid, String) Returns a data provider for the requested provider ID and gateway ID.
Public methodGetProviders Gets all the providers.
Top
See Also