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