The IConnectionProvider type exposes the following members.

Methods

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

Properties

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

See Also