OracleCommand.IDbCommand.ExecuteReader Method

Definition

Overloads

IDbCommand.ExecuteReader()

Executes the CommandText against the Connection and builds an IDataReader.

IDbCommand.ExecuteReader(CommandBehavior)

Executes the CommandText against the Connection, and builds an IDataReader by using one of the CommandBehavior values.

IDbCommand.ExecuteReader()

Executes the CommandText against the Connection and builds an IDataReader.

C#
System.Data.IDataReader IDbCommand.ExecuteReader();

Returns

An IDataReader object.

Implements

Applies to

.NET Framework 1.1
Produkt Versioner
.NET Framework 1.1

IDbCommand.ExecuteReader(CommandBehavior)

Executes the CommandText against the Connection, and builds an IDataReader by using one of the CommandBehavior values.

C#
System.Data.IDataReader IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior);

Parameters

behavior
CommandBehavior

One of the CommandBehavior values.

Returns

An IDataReader object.

Implements

Remarks

For more information, see ExecuteReader.

Applies to

.NET Framework 1.1
Produkt Versioner
.NET Framework 1.1