Initializes a new instance of the DB2Driver class.

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

Syntax

Visual Basic (Declaration)
Public Sub New
C#
public DB2400Driver()
Visual C++
public:
DB2400Driver()
JavaScript
NHibernate.Driver.DB2400Driver = function();

Exceptions

ExceptionCondition
NHibernate..::.HibernateException Thrown when the IBM.Data.DB2.iSeries assembly can not be loaded.

See Also