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
--info--: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT t."Guid"AS"ID"FROM"Things"AS t
ORDER BY t."Guid"
//The LINQ expression 'DbSet<Thing>.OrderBy(t =>((IEntity)newThingDTO{ID=t.Guid}).ID)//' could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to either AsEnumerable(), AsAsyncEnumerable(), ToList(), or ToListAsync(). See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
Why?! You were the chosen one! Hahaha
The text was updated successfully, but these errors were encountered:
Like #1299, this is a generic query translation question which has nothing really to do with Npgsql... Can you please move this to https://github.com/dotnet/efcore? Also, please specify which precise version of EF Core you're using.
Hi,
With the following table:
The following sample:
I'm getting this output:
Why?! You were the chosen one! Hahaha
The text was updated successfully, but these errors were encountered: