[]
To check whether or not limitStatement can be executed directly on the QuickBooksOnline server.
protected override bool SupportLimit(SelectStatement limitStatement)
Protected Overrides Function SupportLimit(limitStatement As SelectStatement) As Boolean
| Type | Name | Description |
|---|---|---|
| SelectStatement | limitStatement |
| Type | Description |
|---|---|
| bool | A boolean indicating if LIMIT and OFFSET clauses can be executed directly on the server. |