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

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

Syntax

C#
IDriver Driver { get; }
Visual Basic
ReadOnly Property Driver As IDriver
	Get
Visual C++
property IDriver^ Driver {
	IDriver^ get ();
}

Field Value

The IDriver to communicate with the .NET Data Provider.

See Also