dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleArrayDataReader Class / Read Method

Read Method (OracleArrayDataReader)
Advances the DevartData.Oracle.OracleArrayDataReader to the next array element.
Syntax
'Declaration
 
Public Function Read() As Boolean
 

Return Value

true if there are more rows; otherwise, false.
Remarks
The default position of the DevartData.Oracle.OracleArrayDataReader is prior to the first record. Therefore, you must call the Read method to begin accessing any data.

While the DevartData.Oracle.OracleArrayDataReader is in use, the associated DevartData.Oracle.OracleConnection is busy serving it until you call DevartData.Oracle.OracleArrayDataReader.Close.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also