I'm using ...System.Linq.Dynamic.Core... and ...EntityFramework... library to generate a query like this:...var q = context.Items.Select("new(SomeProperty)")
...The ...q... is of type ...IQueryable... at the moment. I can successfully apply ...OrderBy...,...