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