# EntityFrameworkCore.UseRowNumberForPaging **Repository Path**: simonhong/EntityFrameworkCore.UseRowNumberForPaging ## Basic Information - **Project Name**: EntityFrameworkCore.UseRowNumberForPaging - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-27 - **Last Updated**: 2021-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EntityFrameworkCore.UseRowNumberForPaging [![NuGet][main-nuget-badge]][main-nuget] [main-nuget]: https://www.nuget.org/packages/EntityFrameworkCore.UseRowNumberForPaging/ [main-nuget-badge]: https://img.shields.io/nuget/v/EntityFrameworkCore.UseRowNumberForPaging.svg?style=flat-square&label=nuget Bring back support for [UseRowNumberForPaging](https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.infrastructure.sqlserverdbcontextoptionsbuilder.userownumberforpaging?view=efcore-3.0) in EntityFrameworkCore 5.0 # Usage The same as original UseRowNumberForPaging method ``` csharp optionsBuilder.UseSqlServer("connection string", i => i.UseRowNumberForPaging()); ```