Litedb: will litedb v5 support query Thenby in the future?

Created on 1 Oct 2019  ·  1Comment  ·  Source: mbdavid/LiteDB

hello david
Just i used collection.Query().OrderBy(),but i found there's no Thenby supported now,My application target machine has poor memory,so i really like love now litedb can use linq OrderBy on disk,I hope litedb will support Thenby,thanks for your time.

question

Most helpful comment

Hi, for my first release there is no plans yet for ThenBy. If you have all fields in same order, you can sort a new array:

.OrderBy(“[Name,Age]”)

>All comments

Hi, for my first release there is no plans yet for ThenBy. If you have all fields in same order, you can sort a new array:

.OrderBy(“[Name,Age]”)

Was this page helpful?
0 / 5 - 0 ratings