EF core 分页低版本问题
使用ABP
Incorrect syntax near 'OFFSET'. Invalid usage of the option NEXT in the FETC
用这个没下效果
服务器数据库为 sqlserver 2008R2
.net core 3.2
回答
从 .net core 3.0 开始,ef core 不再支持 sql server 2008 的分页,详见 https://github.com/dotnet/efcore/issues/16400
以上是 EF core 分页低版本问题 的全部内容, 来源链接: utcz.com/a/61428.html