DataConnector Constructor

Initializes a new instance of the DataConnector class.

Namespace:  Dundas.BI.Entities.DataConnectors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public DataConnector(
	Guid providerId
)

Parameters

providerId
Type: SystemGuid
The ID of the data provider used by the connector.
Exceptions
ExceptionCondition
ArgumentExceptionproviderId is Empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
InvalidProviderExceptionThe data provider with specified ID cannot be loaded.
Remarks
This method creates the instance in memory only; nothing is saved in the database.
See Also