PostgreSqlConnectionParameters Properties
Contains parameters used to establish a connection to a PostgreSQL database server.
Name | Description |
---|---|
Database |
Gets or sets the name of the database that contains the required data.
Inherited from Sql |
Password |
Gets or sets the password used to authenticate to a SQL server.
Inherited from Sql |
Port |
Specifies the port number for connecting to Postgre SQL databases. |
Server |
Gets or sets the name of the SQL server to which the connection should be established.
Inherited from Sql |
User |
Gets or sets the user name used to authenticate to the SQL server.
Inherited from Sql |
See Also