Classes

  ClassDescription
ConnectionProvider
The base class for the ConnectionProvider.
ConnectionProviderFactory
Instanciates a connection provider given configuration properties.
DriverConnectionProvider
A ConnectionProvider that uses an IDriver to create connections.
UserSuppliedConnectionProvider
An implementation of the IConnectionProvider that simply throws an exception when a connection is requested.

Interfaces

  InterfaceDescription
IConnectionProvider
A strategy for obtaining ADO.NET IDbConnection.