Skip Headers
Oracle® Data Provider for .NET Developer's Guide
11g Release 2 (11.2.0.4)

E23174-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

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-121 lists all the OracleConnectionType enumeration values with a description of each enumerated value.

Table 5-121 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

Namespace: Oracle.DataAccess.Client

Assembly: Oracle.DataAccess.dll

ODP.NET Version: ODP.NET for .NET Framework 2.0 or ODP.NET for .NET Framework 4