Namespaces

Types

Type IConnectionProvider

Namespace NHibernate.Connection

Interfaces IDisposable

Methods

Properties

Public instance methods

void CloseConnection(IDbConnection conn)

Dispose of a used IDbConnection
Parameters
IDbConnection conn The IDbConnection to clean up.

void Configure(IDictionary settings)

Initialize the connection provider from the given properties.
Parameters
IDictionary settings The connection provider settings

IDbConnection GetConnection()

Get an open IDbConnection .
Parameters
return IDbConnection An open IDbConnection .

Public properties

IDriver Driver get;

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