'Declaration Public Shadows Property Database As String
public new string Database {get; set;}
When a value is assigned to this property, the PgSqlConnection is closed and reopened.
If the database parameter is not specified in the ConnectionString, it is assumed that name of the database is same as user name.
PgSqlConnection Class PgSqlConnection Members