The IConnectionProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
Driver |
Gets the IDriver this ConnectionProvider should use to
communicate with the .NET Data Provider
|