Npgsql.NpgsqlConnection Class
Represents an open connection to a PostgreSQL database.

See Also: NpgsqlConnection Members

Syntax

public sealed class NpgsqlConnection : System.ComponentModel.Component, System.Data.IDbConnection, ICloneable

Remarks

This represents a unique connection to a PostgreSQL database backend. The connection is used in conjunction with other classes in the Npgsql provider like Npgsql.NpgsqlCommand, Npgsql.NpgsqlDataReader, and Npgsql.NpgsqlDataAdapter to fetch, add, update, or delete data in the database.

Requirements

Namespace: Npgsql
Assembly: Npgsql (in Npgsql.dll)
Assembly Versions: 0.6.0.0, 1.0.5000.0, 2.0.0.0