ListRequestHandler<TRow,TListRequest,TListResponse>.ApplySort method

namespace: Serenity.Services   assemblySerenity.Net.Services

Applies the Request.Sort order to the query. Sorts by GetNativeSort if no sort columns are passed, or the list is empty.

protected virtual void ApplySort(SqlQuery query)
parameter description
query Query

See Also