AsyncQueryableSumTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, Decimal, CancellationToken) |
Namespace: System.Linq
public static Task<decimal> Sum<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, decimal>> selector, CancellationToken cancellationToken )