EntityFrameworkCore.UseRowNumberForPaging
EntityFrameworkCore.UseRowNumberForPaging copied to clipboard
Bring back support for UseRowNumberForPaging in EntityFrameworkCore 7.0/6.0/5.0
trafficstars
EntityFrameworkCore.UseRowNumberForPaging
Bring back support for UseRowNumberForPaging in EntityFrameworkCore 8.0/7.0/6.0/5.0
If you are using EntityFrameworkCore 5.0 please use version 0.2
Usage
The same as original UseRowNumberForPaging method
optionsBuilder.UseSqlServer("connection string", i => i.UseRowNumberForPaging());