[]
Checks whether the passed orderby can or cannot be executed on the server.
protected virtual bool SupportOrderBy(IList<OrderbyColumn> orderby)
Protected Overridable Function SupportOrderBy(orderby As IList(Of OrderbyColumn)) As Boolean
| Type | Name | Description |
|---|---|---|
| IList<OrderbyColumn> | orderby | The ORDER BY clause to be checked. |
| Type | Description |
|---|---|
| bool | A boolean indicating if the passed |