I\'m making a query with Linq, backed by an Entity Framework datasource.
I\'m getting the following error:
LINQ to Entities does not recognize
Please try
var objects = from n in context.Products.Where(p => p.r == r) let a = Math.Pow((double)n.Latitude, 0.5) where a < 5 orderby a select n;