Flexible OverallCount, Deterministic sorting
Flexible OverallCount, Deterministic sorting
Enhancements
- QueryableResult constructor accepts a final sort to apply after all other sorts. Will automatically add a final sort on the "Id" field if exists on data class and none specified in constructor
- Support OverallCount via dapper data source with an OverallCount field
- Avoid extra count query when no results returned (count implicitly is zero)
Breaking changes
- Added finalSortField parameter to QueryableResult.ApplySortFields()