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

In This Topic
    SupportLimit Method (C1ServiceNowCommand)
    In This Topic
    To check whether or not to support Limit on selectStmt.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportLimit( _
       ByVal selectStmt As SelectStatement _
    ) As Boolean
    protected override bool SupportLimit( 
       SelectStatement selectStmt
    )

    Parameters

    selectStmt
    See Also