Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.01 KB

File metadata and controls

24 lines (16 loc) · 1.01 KB

EntityFrameworkCore.UseRowNumberForPaging

NuGet

Bring back support for UseRowNumberForPaging in EntityFrameworkCore 9.0/8.0/7.0/6.0/5.0

If you are using EntityFrameworkCore 5.0 please use version 0.2.
If you are using EntityFrameworkCore 6.0/7.0 please use version 0.5.

Usage

The same as original UseRowNumberForPaging method

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

Contributor