dotnet / EntityFramework.Docs

Documentation for Entity Framework Core and Entity Framework 6
https://docs.microsoft.com/ef/
Creative Commons Attribution 4.0 International
1.63k stars 1.96k forks source link

Document aggregate functions #4002

Open roji opened 2 years ago

roji commented 2 years ago

We should have a general conceptual section for aggregate functions, possibly under complex query operators (though technically aside from Min/Max and friends these aren't exactly LINQ operators).

roji commented 2 years ago

Oh oops, of course there's already a GroupBy section with some details.

We could add the above to it, though we need to talk about top-level aggregate too.