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

In This Topic
Read Method (OracleArrayDataReader)
In This Topic
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.

See Also