dotConnect for Oracle 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
    public override bool Read()

    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.
    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