[]
        
(Showing Draft Content)

C1.AdoNet.QuickBooksOnline.C1QuickBooksOnlineCommand.SupportLimit

SupportLimit Method

SupportLimit(SelectStatement)

To check whether or not limitStatement can be executed directly on the QuickBooksOnline server.

Declaration
protected override bool SupportLimit(SelectStatement limitStatement)
Parameters
Type Name Description
SelectStatement limitStatement
Returns
Type Description
bool

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

Overrides