Share via


OracleDatabase.ExecuteReader Method

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Overload List

  Name Description
Public method ExecuteReader(DbCommand)
Creates an OracleDataReader based on the command.
(Overrides Database.ExecuteReader(DbCommand).)
Public method ExecuteReader(CommandType, String)

Executes the commandText interpreted as specified by the commandType and returns an IDataReader through which the result can be read. It is the responsibility of the caller to close the connection and reader when finished.

(Inherited from Database.)
Public method ExecuteReader(String, array<Object>)

Executes the storedProcedureName with the given parameterValues and returns an IDataReader through which the result can be read. It is the responsibility of the caller to close the connection and reader when finished.

(Inherited from Database.)
Public method ExecuteReader(DbCommand, DbTransaction)

Creates an OracleDataReader based on the command.

(Overrides Database.ExecuteReader(DbCommand, DbTransaction).)
Public method ExecuteReader(DbTransaction, CommandType, String)

Executes the commandText interpreted as specified by the commandType within the given transaction and returns an IDataReader through which the result can be read. It is the responsibility of the caller to close the connection and reader when finished.

(Inherited from Database.)
Public method ExecuteReader(DbTransaction, String, array<Object>)

Executes the storedProcedureName with the given parameterValues within the given transaction and returns an IDataReader through which the result can be read. It is the responsibility of the caller to close the connection and reader when finished.

(Inherited from Database.)

See Also

OracleDatabase Class

OracleDatabase Members

Microsoft.Practices.EnterpriseLibrary.Data.Oracle Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.