# Biwen.EFCore.UseRowNumberForPaging
Bring back support for UseRowNumberForPaging in EntityFrameworkCore 9.0/8.0/7.0/6.0
The same as original UseRowNumberForPaging method
// using
using Biwen.EFCore.UseRowNumberForPaging;
// UseRowNumberForPaging()
optionsBuilder.UseSqlServer("connection string", i => i.UseRowNumberForPaging());