AsyncQueryableAggregateTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, TSource, TSource) |
Namespace: System.Linq
public static Task<TSource> Aggregate<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, TSource, TSource>> accumulator )