[]
        
(Showing Draft Content)

C1.AdoNet.Kintone.C1KintoneCommand.SupportLimit

SupportLimit Method

SupportLimit(SelectStatement)

To check whether or not selectStmt.Limit.Limit and selectStmt.Offset.Offset can be executed directly on the Kintone server.

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

A boolean indicating if selectStmt.Limit.Limit and selectStmt.Offset.Offset clauses can be executed directly on the Kintone server.

Overrides