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