Share via


HpcLinqQueryable.AggregateAsQuery Method

Overload List

Name Description
HpcLinqQueryable.AggregateAsQuery (IQueryable, Expression) Creates a query that you can run later to combine a set of records by using the specified function, and by using the first record as the seed value for the function.
HpcLinqQueryable.AggregateAsQuery (IQueryable, TAccumulate, Expression) Creates a query that you can run later to combine a set of records by using the specified function, and by using the specified seed value as the initial accumulator value.
HpcLinqQueryable.AggregateAsQuery (IQueryable, TAccumulate, Expression, Expression) Creates a query that you can run later to combine a set of records by using the first specified function, and by using the specified seed value as the initial accumulator value. A second specified function is used to transform the accumulated value to a final result.

See Also

Reference

HpcLinqQueryable Class
HpcLinqQueryable Members
Microsoft.Hpc.Linq Namespace
Aggregate
AggregateAsQuery(Generic IQueryable,K,Generic Expression)
AggregateAsQuery(Generic IQueryable,K,Generic Expression,Generic Expression)

Build Date:

2013-04-22