dotConnect Universal Documentation
Devart.Common Namespace / DbDataReaderBase Class / Read Method

In This Topic
Read Method (DbDataReaderBase)
In This Topic
Advances the DbDataReaderBase to the next record.
Syntax
'Declaration
 
Public Overrides Function Read() As Boolean
 

Return Value

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