[]
        
(Showing Draft Content)

C1.AdoNet.CSV.C1CSVCommand.SupportLimit

SupportLimit Method

SupportLimit(SelectStatement)

To check whether or not limit and offset can be executed directly on the CSV server.

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

A boolean indicating if limit and offset clauses can be executed directly on the CSV server.

Overrides