DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineDataReader Class / Read Method

In This Topic
    Read Method (C1QuickBooksOnlineDataReader)
    In This Topic
    Advances the reader to the next record in a result set.
    Syntax
    'Declaration
     
    Public Overridable Function Read() As Boolean
    public virtual bool Read()

    Return Value

    true if there are more rows; otherwise false.
    See Also