Initializes a new instance of the NpgsqlDriver class.

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

Syntax

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

Exceptions

ExceptionCondition
NHibernate..::.HibernateException Thrown when the Npgsql assembly can not be loaded.

See Also