Skip to content

Flexible OverallCount, Deterministic sorting

Compare
Choose a tag to compare
@jehhynes jehhynes released this 17 Jan 15:01
· 270 commits to master since this release

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()