'Declaration Protected Overrides NotOverridable Function SupportLimit( _ ByVal selectStmt As SelectStatement _ ) As Boolean
protected override bool SupportLimit( SelectStatement selectStmt )
Parameters
- selectStmt
Return Value
A boolean indicating if selectStmt.Limit.Limit and selectStmt.Offset.Offset clauses can be executed directly on the Kintone server.