Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 676 Bytes

File metadata and controls

23 lines (14 loc) · 676 Bytes

Biwen.EFCore.UseRowNumberForPaging

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

Usage

The same as original UseRowNumberForPaging method

// using
using Biwen.EFCore.UseRowNumberForPaging;

// UseRowNumberForPaging()
optionsBuilder.UseSqlServer("connection string", o => o.UseRowNumberForPaging());

Note

2.2.0后不再兼容NET5/6/7,如需早期兼容请使用1.0.0!