The IConnectionProvider type exposes the following members.

Methods

  NameDescription
Public methodCloseConnection
Dispose of a used IDbConnection
Public methodConfigure
Initialize the connection provider from the given properties.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetConnection
Get an open IDbConnection.

Properties

  NameDescription
Public propertyDriver
Gets the IDriver this ConnectionProvider should use to communicate with the .NET Data Provider

See Also