[]
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 |