OracleCommand.ExecuteReader Method
.NET Framework 4
Sends the CommandText to the Connection and builds an OracleDataReader.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ExecuteReader() | Sends the CommandText to the Connection and builds an OracleDataReader. |
|
ExecuteReader(CommandBehavior) | Sends the CommandText to the Connection, and builds an OracleDataReader using one of the CommandBehavior values. |