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 FirebirdClientDriver()
Visual C++
public:
FirebirdClientDriver()
JavaScript
NHibernate.Driver.FirebirdClientDriver = function();

Exceptions

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

See Also