Npgsql API Documentation

NpgsqlConnection Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the NpgsqlConnection class.

Overload List

Initializes a new instance of the NpgsqlConnection class.

public NpgsqlConnection();

Initializes a new instance of the NpgsqlConnection class and sets the ConnectionString.

public NpgsqlConnection(string);

See Also

NpgsqlConnection Class | Npgsql Namespace