IDataProviderServiceGetProvider Method (Guid)

Returns a data provider for the requested provider ID.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
DataProviderInfo GetProvider(
	Guid providerId
)

Parameters

providerId
Type: SystemGuid
The data provider ID.

Return Value

Type: DataProviderInfo
The requested provider instance.
Exceptions
ExceptionCondition
ArgumentExceptionproviderId is Empty.
InvalidProviderExceptionThe data provider with specified ID cannot be loaded.
See Also