IDataProviderService Methods

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 methodGetGatewayProviders
Gets 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