Click or drag to resize
QueryableExtensionsAggregate Method
Overload List
  Name Description
Public method Static member Aggregate(IQueryable, AggregateFunction)
Calculates the results of a given aggregate function on a sequence of elements.
Public method Static member Aggregate(IQueryable, IEnumerableAggregateFunction)
Calculates the results of given aggregates functions on a sequence of elements.
Top
See Also