A NHibernate Driver for using the Odbc DataProvider

Namespace:  NHibernate.Driver
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Class OdbcDriver _
	Inherits DriverBase
C#
public class OdbcDriver : DriverBase
Visual C++
public ref class OdbcDriver : public DriverBase
JavaScript
NHibernate.Driver.OdbcDriver = function();

Type.createClass(
	'NHibernate.Driver.OdbcDriver',
	NHibernate.Driver.DriverBase);

Remarks

Always look for a native .NET DataProvider before using the Odbc DataProvider.

Inheritance Hierarchy

System..::.Object
  NHibernate.Driver..::.DriverBase
    NHibernate.Driver..::.OdbcDriver

See Also