'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.