[]
Checks whether the passed orderby
can or cannot be executed on the server.
protected virtual 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 |