Namespace System.Data.OracleClient

Provides classes for accessing an Oracle database. This namespace contains types that allow you to connect to an Oracle database, execute commands, and retrieve results.

Classes

Enums


Class Details

OracleClientFactory

Provides a factory for creating Oracle-specific data provider objects.

Inheritance:

OracleCommand

Represents a Transact-SQL statement or stored procedure to execute against an Oracle database.

Inheritance:

Methods

OracleConnection

Represents a connection to an Oracle database.

Inheritance:

Properties

Methods

OracleDataAdapter

Represents a DataSet in-memory cache of rows that represent the data that has been retrieved from the data source and maintains changes to these rows, which are used to reconcile the changes with the data source.

Inheritance:

OracleDataReader

Provides access to the rows of a data source.

Inheritance:

OracleParameter

Represents a parameter to an OracleCommand.

Inheritance:

OracleParameterCollection

Represents the collection of parameters and their mappings for an OracleCommand.

Inheritance:

OracleTransaction

Represents a transaction to be performed at a Oracle data source.

Inheritance:

OracleType

Specifies the Oracle data types of the columns or the return values of stored procedures.

Inheritance:

Members