Bring back support for UseRowNumberForPaging in EntityFrameworkCore 9.0/8.0/7.0/6.0
- for EFCore 8.0/9.0 using
2.0.0
+ - for EFCore 6.0/7.0/8.0 using
1.0.0
The same as original UseRowNumberForPaging method
// using
using Biwen.EFCore.UseRowNumberForPaging;
// UseRowNumberForPaging()
optionsBuilder.UseSqlServer("connection string", o => o.UseRowNumberForPaging());
自2.2.0
后不再兼容NET5/6/7,如需早期兼容请使用1.0.0
!