Click or drag to resize

JobBuilderGroupAggregate Method

Overload List
 NameDescription
Public methodGroupAggregate(IOperationInput, Type, Type) Groups the input records by key, then aggregates their values.
Public methodGroupAggregateTKey, TValue(IOperationInput, FuncTKey, TValue, TValue, TValue, Type, RecordReuseMode) Groups the input records by key, then aggregates their values using the specified accumulator task function.
Public methodGroupAggregateTKey, TValue(IOperationInput, FuncTKey, TValue, TValue, TaskContext, TValue, Type, RecordReuseMode) Groups the input records by key, then aggregates their values using the specified accumulator task function.
Top
See Also