PostgreSqlConnectionParameters(String, Int32, String, String, String) Constructor
Initializes a new instance of the PostgreSqlConnectionParameters class with the specified settings.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
public PostgreSqlConnectionParameters(
string serverName,
int port,
string databaseName,
string userName,
string password
)
Parameters
Name | Type | Description |
---|---|---|
serverName | String | A String value, specifying the server name. |
port | Int32 | An integer value, specifying the port number. |
databaseName | String | A String value, specifying the database name. |
userName | String | A String value, specifying the user name. |
password | String | A String value, specifying the password. |
See Also