Namespaces

Types

Type UserSuppliedConnectionProvider

Namespace NHibernate.Connection

Parent ConnectionProvider

Methods

Properties

Public instance methods

void CloseConnection(IDbConnection conn)

Throws an InvalidOperationException if this method is called because the user is responsible for closing IDbConnection s.
Parameters
IDbConnection conn The IDbConnection to clean up.

void Configure(IDictionary settings)

Configures the ConnectionProvider with only the Driver class.
All other settings of the Connection are the responsibility of the User since they configured NHibernate to use a Connection supplied by the User.
Parameters
IDictionary settings

void Dispose()

bool Equals(object obj)

Parameters
return bool
object obj

IDbConnection GetConnection()

Throws an InvalidOperationException if this method is called because the user is responsible for creating IDbConnection s.
Parameters
return IDbConnection No value is returned because an InvalidOperationException is thrown.

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public properties

IDriver Driver get;

return IDriver