Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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