Gets the IDriver that can create the IDbConnection object.
Namespace: NHibernate.ConnectionAssembly: 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; } |