❔ IQueryable implementation
I have a query that I want to order by location
however I get an error
which is expected,
the function:
is it feasible to implement the translation or should I just do AsEnumerable?
4 Replies
I think this is an issue with EntityFramework not Linq
Well, yes
If you want you can look up c# expression trees, which is the feature used for translating the query
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.