DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / SupportLimit Method

In This Topic
    SupportLimit Method (C1CommandBase)
    In This Topic
    Virtual method to check whether or not selectStmt.Limit.Limit and selectStmt.Offset.Offset can be executed directly on the server pointed by the connection used by this command.
    Syntax
    'Declaration
     
    Protected Overridable Function SupportLimit( _
       ByVal selectStmt As SelectStatement _
    ) As Boolean
    protected virtual 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 server.
    See Also