Skip to main content
All docs
V25.1
  • OracleConnectionParameters(String, String, String, OracleProviderType) Constructor

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

    Namespace: DevExpress.DataAccess.ConnectionParameters

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

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

    Parameters

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