You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you
Yes i am effectivelly using RowNumberPaging as I am using SQL Server 2008 R2: optionsBuilder.UseSqlServer(_config["ConnectionStrings:XXX"], b => b.UseRowNumberForPaging());
I just updated my API application to ASP.Net Core 2.0 as well as EF Core accordingly.
The following query used to work fine before:
After the update I always get a
System.Data.SqlClient.SqlException: 'Invalid column name 'recordName '.'
Additional info
If i remove the OrderBy statement as:
or the recordName field as :
or the Skip statement as:
The Linq query works.
Further technical details
EF Core version: 2.0.1
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Windows 10
IDE: Visual Studio 2017 15.5.2)
The text was updated successfully, but these errors were encountered: