'Declaration Protected Overrides NotOverridable Function SupportOrderBy( _ ByVal orderby As IList(Of OrderbyColumn) _ ) As Boolean
protected override bool SupportOrderBy( IList<OrderbyColumn> orderby )
Parameters
- orderby
- The GroupBy clause to check if can be executed directly on the CSV server.
Return Value
A boolean indicating if the orderby clause can be executed directly on the CSV server.