I\'m aware of this question, but what I would like to do is obtain something close to this generated SQL:
select MAX(C
var query = from d in db.Table where d.Id == 1 select { d.Max(t =>t.yourColName), d.Min(t =>t.yourColName) };