DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineCommand Class / SupportLimit Method

In This Topic
    SupportLimit Method (C1QuickBooksOnlineCommand)
    In This Topic
    To check whether or not limitStatement can be executed directly on the QuickBooksOnline server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportLimit( _
       ByVal limitStatement As SelectStatement _
    ) As Boolean
    protected override bool SupportLimit( 
       SelectStatement limitStatement
    )

    Parameters

    limitStatement

    Return Value

    A boolean indicating if LIMIT and OFFSET clauses can be executed directly on the server.
    See Also