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