thenById method

QueryBuilder<Settings, Settings, QAfterSortBy> thenById()

Implementation

QueryBuilder<Settings, Settings, QAfterSortBy> thenById() {
  return addSortByInternal('id', Sort.asc);
}