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