PostgreSqlConnectionParameters Constructors
Contains parameters used to establish a connection to a PostgreSQL database server.| Name | Parameters | Description |
|---|---|---|
| PostgreSqlConnectionParameters() | none | Initializes a new instance of the PostgreSqlConnectionParameters class with the default settings. |
| PostgreSqlConnectionParameters(String, Int32, String, String, String) | serverName, port, databaseName, userName, password | Initializes a new instance of the PostgreSqlConnectionParameters class with the specified settings. |
| PostgreSqlConnectionParameters(String, String, String, String) | serverName, databaseName, userName, password | Initializes a new instance of the PostgreSqlConnectionParameters class. |
See Also