VistaDB 6
VistaDB.Provider Namespace / VistaDBDataReader Class / Read Method


In This Topic
    Read Method
    In This Topic
    Advances the reader to the next record in a result set. Advances the reader to the next record in a result set.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function Read() As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBDataReader
    Dim value As System.Boolean
     
    value = instance.Read()
    public override System.bool Read()

    Return Value

    true if there are more rows; otherwise false.
    Example
    See VistaDBDataReader Class for an example of how to use this method.
    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