mrahhal / MR.EntityFrameworkCore.KeysetPagination

Keyset/Seek/Cursor pagination for Entity Framework Core.
MIT License
235 stars 12 forks source link

Use EF Core provided row value comparisons #9

Open mrahhal opened 2 years ago

mrahhal commented 2 years ago

In the case when the comparisons between the columns is compatible (same ASC/DESC), we'll be able to use a row value comparison if the following gets done in EF Core: https://github.com/dotnet/efcore/issues/26822.