DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneCommand Class / SupportLimit Method

In This Topic
    SupportLimit Method (C1KintoneCommand)
    In This Topic
    To check whether or not selectStmt.Limit.Limit and selectStmt.Offset.Offset can be executed directly on the Kintone server.
    Syntax
    '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.
    See Also