EntityFrameworkCore.UseRowNumberForPaging icon indicating copy to clipboard operation
EntityFrameworkCore.UseRowNumberForPaging copied to clipboard

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

Results 6 EntityFrameworkCore.UseRowNumberForPaging issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, do you have a plan for adding net 9 version? Thank you.

Hello, Team! I wanted to use the function the way it is written in the README after downloading the Nuget package, but my VS is not finding the function's namespace....

the subquery is not converted when using a split query. ![image](https://user-images.githubusercontent.com/26250460/207491285-6fac0514-cf6c-4d18-83f6-beedac3d9a78.png) example code: ``` public class Table1 { public int Id { get; set; } public List Table2s { get;...

bug
help wanted

.net 6 + ef 6.0.5 In the case of navigation attributes,one-to-many,.Include(x => x.Products),Errors will still be reported, Microsoft.Data.SqlClient.SqlException:“'OFFSET' 附近有语法错误。 在 FETCH 语句中选项 NEXT 的用法无效。”

Instead of attempting to get away without using reflection (and then resorting to it anyways), this setup reuses the previously used approach to updating the SelectExpression. Due to internal changes...

EF Core 9 can be used with dotnet 8 (as we do in our projects). And I believe EF Core 8 is suitable for dotnet 9. Current configuration leads to...