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

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

Syntax

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

Field Value

The IDriver to communicate with the .NET Data Provider.

See Also