I have two tables/entities, event and eventRegistrations. I have a gridview showing events, but I would like it to have a column that sums eventRegistrations.SomeNumber.
I can get a count of eventRegistrations using the navigation object.
How can I get the sum?