Share via


OciConnection.new Method

Establishes a connection to an Oracle database based on the login properties, such as username and password.

Syntax

public void new(LoginProperty Login)

Run On

Client

Parameters

  • Login
    Type: LoginProperty Class
    A LoginProperty class instance that contains the user name, password, data source name, database, and so on.

See Also

OciConnection Class

LoginProperty Class