Gets the IDriver that can create the IDbConnection object.

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

Syntax

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

Field Value

The IDriver that can create the IDbConnection.

Implements

IConnectionProvider..::.Driver

See Also