How to fix: Count on a group by in LINQ returns 1, when used in a left outer join.
26 September, 2012
0 Comments
1 category
If you do a count on a group by in LINQ when using a left outer join, the count will be 1 even though there are no records found for the group. This is caused