Skip Headers
Oracle® Data Provider for .NET Developer's Guide
12c Release 1 (12.1.0.1.0)
E41125-02
  Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

OracleConnectionType Enumeration

OracleConnectionType enumerated values specify whether a particular connection object is associated with an Oracle database connection, a TimesTen database connection, or no physical connection at all.

Table 5-123 lists all the OracleConnectionType enumeration values with a description of each enumerated value.

Table 5-123 OracleConnectionType Enumeration Values

Member Name Description

Undefined

No connection is associated with the OracleConnection object.

Oracle

The OracleConnection object is associated with an Oracle database.

TimesTen

The OracleConnection object is associated with a TimesTen database.


Requirements

Provider ODP.NET, Unmanaged Driver
Assembly Oracle.DataAccess.dll
Namespace Oracle.DataAccess.Client
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5