6.2.5.6 ExecuteReader

Overload List:

ExecuteReader executes a command specified in the CommandText.

  • ExecuteReader()

    This method executes a command specified in the CommandText and returns an OracleDataReader object.

  • ExecuteReader(CommandBehavior)

    This method executes a command specified in the CommandText and returns an OracleDataReader object, using the specified CommandBehavior value.