Initializes a new instance of the FirebirdDriver class.

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

Syntax

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

Exceptions

ExceptionCondition
NHibernate..::.HibernateException Thrown when the FirebirdSql.Data.Firebird assembly can not be loaded.

See Also