Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 519 Bytes

File metadata and controls

15 lines (10 loc) · 519 Bytes

Biwen.EFCore.UseRowNumberForPaging

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

Usage

The same as original UseRowNumberForPaging method

// using
using Biwen.EFCore.UseRowNumberForPaging;

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