CreateConnection

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

Declaration

// C#
public DbConnection CreateConnection()

Return Value

A closed OracleConnection that is represented by the OracleDataSource.

Remarks

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