OpenConnection

This method returns a new, open database connection represented by the OracleDataSource.

Declaration

// C#
public OracleConnection OpenConnection()

Return Value

An open OracleConnection that is represented by the OracleDataSource.

Remarks

It is the caller's responsibility to dispose connections obtained through this method.