I can get objects from EF with request like this:
apples = apples.Where(a => a.Sort.Name.StartsWith("Gold"))
but i wonder is it