Gets the IDriver this ConnectionProvider should use to
communicate with the .NET Data Provider
Namespace: NHibernate.ConnectionAssembly: 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 (); } |