The PostgreSQL data provider provides a database driver for PostgreSQL.

Author: Oliver Weichhold

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

Syntax

C#
public class NpgsqlDriver : ReflectionBasedDriver
Visual Basic
Public Class NpgsqlDriver _
	Inherits ReflectionBasedDriver
Visual C++
public ref class NpgsqlDriver : public ReflectionBasedDriver

Remarks

In order to use this Driver you must have the Npgsql.dll Assembly available for NHibernate to load it.

Please check the products website http://www.postgresql.org/ for any updates and or documentation.

The homepage for the .NET DataProvider is: http://pgfoundry.org/projects/npgsql.

Inheritance Hierarchy

See Also