A NHibernate Driver for using the Odbc DataProvider

Namespace: NHibernate.Driver
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public Class OdbcDriver _
	Inherits DriverBase
C#
public class OdbcDriver : DriverBase
Visual C++
public ref class OdbcDriver : public DriverBase

Remarks

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

Inheritance Hierarchy

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