Gets the IDriver that can create the IDbConnection object.

Namespace: NHibernate.Connection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IDriver Driver { get; }
Visual Basic
Public ReadOnly Property Driver As IDriver
	Get
Visual C++
public:
virtual property IDriver^ Driver {
	IDriver^ get () sealed;
}

Field Value

The IDriver that can create the IDbConnection.

Implements

IConnectionProvider..::..Driver

See Also