MR.EntityFrameworkCore.KeysetPagination
MR.EntityFrameworkCore.KeysetPagination copied to clipboard
Keyset/Seek/Cursor pagination for Entity Framework Core.
Is there a way to use nested types in builder? For example: `context.SomeModel.KeysetPaginate(b => b.Descending(entity => entity.Options.SomeOption), reference: new { Options = new { SomeOption = value } });`
I am wondering if nullable fields are already handled. For instance: if the query is ordered by a nullable int field "Num", the value in the last row is NULL...
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:...
Hi, I'm trying to get the "Last page" logic working. But it keeps returning the same first page rows. I following of logic mentioned in the documentation to use "backward"...
There is a fair amount of runtime expression manipulation handled by this library that might benefit from using a source generator at compile time. As I'm integrating this into a...
First of all, I would like to thank you for this very useful package that abstracts away the complexity of Keyset Pagination. So to the issue I seem to have...
The current sample is for interactive - how about a sample for headless where the entire purpose is to not bring in everything at once? (think huge tables that simply...
Hi! This nuget is great! I know that it is targetting mostly to entity framework, but small changes can make it independent from EF. The only place where's used async...
Closes https://github.com/mrahhal/MR.EntityFrameworkCore.KeysetPagination/issues/59.