DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineCommand Class / CanGetNextData Property

In This Topic
    CanGetNextData Property (C1QuickBooksOnlineCommand)
    In This Topic
    To check whether or not more data can be retrieved from the source as the result of executing this C1QuickBooksOnlineCommand.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable ReadOnly Property CanGetNextData As Boolean
    protected override bool CanGetNextData {get;}
    See Also