OracleDataReader::Read Method ()
Advances the OracleDataReader to the next record.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Implements
IDataReader::Read()The default position of the OracleDataReader is prior to the first record. Therefore, you must call Read to begin accessing any data.
More than one OracleDataReader can be open at any given time.
The following example creates an OracleConnection, an OracleCommand, and an OracleDataReader. The example reads through the data, writing it out to the console. Finally, the example closes the OracleDataReader, then the OracleConnection.
Available since 1.1