Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
1.6
-
None
-
None
-
Windows 7 , .NET 4.0
Description
my C# driver version is 1.6.0.4624
I was trying use Sum. Here is my code
var q = coll.AsQueryable().Where(rw => rw.myDate == dt).Sum(t=>t.Sales);
I get following exception
System.NotSupportedException: The Sum query operator is not supported.
Attachments
Issue Links
- is duplicated by
-
CSHARP-601 Linq to Aggregation Framework
-
- Closed
-