ExecuteReader
Overload List:
ExecuteReader
executes a command specified in the CommandText
.
-
This method executes a command specified in the
CommandText
and returns anOracleDataReader
object. -
ExecuteReader(CommandBehavior)
This method executes a command specified in the
CommandText
and returns anOracleDataReader
object, using the specifiedCommandBehavior
value.