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