IProviderConnector Interface

Interface used to pass information to and from data providers.
This class is not intended to be used directly from your code, unless you are implementing a custom data provider.

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

The IProviderConnector type exposes the following members.

Properties
  NameDescription
Public propertyConnectionString
Gets the connection string.
Public propertyDataConnectorId
Gets the data connector ID.
Public propertyProviderValues
Gets the provider values.
Top
Methods
  NameDescription
Public methodAuthenticate
Authenticates using the specified credential provider ID.
Public methodExecuteScript(Guid)
Executes the script for the specified parameter ID.
Public methodExecuteScript(Guid, IDictionaryString, Object)
Executes the script for the specified parameter ID.
Public methodGetEffectiveCredentials
Gets the effective credential properties.
Public methodLoadProviderData
Loads the provider-specific data.
Public methodSaveProviderData
Saves the provider-specific data.
Top
See Also