6.2.5.6 ExecuteReader
Overload List:
ExecuteReader executes a command specified in the CommandText. 
                  
- 
                        
                        
This method executes a command specified in the
CommandTextand returns anOracleDataReaderobject. - 
                        
ExecuteReader(CommandBehavior)
This method executes a command specified in the
CommandTextand returns anOracleDataReaderobject, using the specifiedCommandBehaviorvalue.