Possible Duplicate:
Get sum of two columns in one LINQ query without grouping
how to select Max and Count in one call using EF?
Select Max([Column]), Count(*) from [Table]
how to select Max and Count in one call using EF?
|
|||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
I think you can fake it grouping by The question is: Will EF translate this to SQL properly? Given the track record (in contrast to good old trusty LINQ to SQL!) this is in doubt. |
|||
|
|