DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVCommand Class / SupportLimit Method

In This Topic
    SupportLimit Method (C1CSVCommand)
    In This Topic
    To check whether or not limit and offset can be executed directly on the CSV 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 limit and offset clauses can be executed directly on the CSV server.
    See Also