Skip to main content

OracleConnectionParameters(String, String, String, OracleProviderType) Constructor

Initializes a new instance of the OracleConnectionParameters class with specified settings.

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,
    OracleProviderType providerType
)

Parameters

Name Type
serverName String
userName String
password String
providerType OracleProviderType
See Also