Namespaces

Types

Type DriverConnectionProvider

Namespace NHibernate.Connection

Parent ConnectionProvider

Methods

Properties

Public instance methods

void CloseConnection(IDbConnection conn)

Closes and Disposes of the IDbConnection .
Parameters
IDbConnection conn The IDbConnection to clean up.

void Configure(IDictionary settings)

Parameters
IDictionary settings

void Dispose()

bool Equals(object obj)

Parameters
return bool
object obj

IDbConnection GetConnection()

Gets a new open IDbConnection through the IDriver .
Parameters
return IDbConnection An Open IDbConnection .

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public properties

IDriver Driver get;

return IDriver