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