Share via


OracleDatabase.ExecuteDataSet 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 ExecuteDataSet(DbCommand)

Executes a command and returns the results in a new DataSet.

(Overrides Database.ExecuteDataSet(DbCommand).)
Public method ExecuteDataSet(CommandType, String)

Executes the commandText interpreted as specified by the commandType and returns the results in a new DataSet.

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

Executes the storedProcedureName with parameterValues and returns the results in a new DataSet.

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

Executes a command and returns the result in a new DataSet.

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

Executes the commandText as part of the given transaction and returns the results in a new DataSet.

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

Executes the storedProcedureName with parameterValues as part of the transaction and returns the results in a new DataSet within a transaction.

(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.