© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Deivydas Voroneckis
Would this work in Ef Core non client query evaluation?
Jan Doubek
Trying to disprove that old-school Devs cannot learn new tricks!
Good question. Even though there is an indexed Queryable.Select() overload, I do not think EF Core (or at least the EF SQL Server provider) actually supports it. I checked it real quick and got a "LINQ expression could not be translated" exception.