Skip to main content

OracleConnectionParameters(String, String, String) Constructor

Initializes a new instance of the OracleConnectionParameters class.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public OracleConnectionParameters(
    string serverName,
    string userName,
    string password
)

Parameters

Name Type Description
serverName String

A String that specifies the name of the Oracle server to which the connection should be established. This value is assigned to the OracleConnectionParameters.ServerName property.

userName String

A String that specifies the user name used to authenticate to the Oracle server. This value is assigned to the OracleConnectionParameters.UserName property.

password String

A String that specifies the password used to authenticate to the Oracle server. This value is assigned to the OracleConnectionParameters.Password property.

See Also