Initializes a new instance of the NpgsqlDriver class.

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

Syntax

C#
public NpgsqlDriver()
Visual Basic
Public Sub New
Visual C++
public:
NpgsqlDriver()

Exceptions

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

See Also