Click or drag to resize
MongoQueryable.SumAsync Method
Overload List
  NameDescription
Public methodStatic memberSumAsync(IMongoQueryable<Decimal>, CancellationToken)
Computes the sum of a sequence of Decimal values.
Public methodStatic memberSumAsync(IMongoQueryable<Double>, CancellationToken)
Computes the sum of a sequence of Double values.
Public methodStatic memberSumAsync(IMongoQueryable<Int32>, CancellationToken)
Computes the sum of a sequence of Int32 values.
Public methodStatic memberSumAsync(IMongoQueryable<Int64>, CancellationToken)
Computes the sum of a sequence of Int64 values.
Public methodStatic memberSumAsync(IMongoQueryable<Nullable<Decimal>>, CancellationToken)
Public methodStatic memberSumAsync(IMongoQueryable<Nullable<Double>>, CancellationToken)
Public methodStatic memberSumAsync(IMongoQueryable<Nullable<Int32>>, CancellationToken)
Public methodStatic memberSumAsync(IMongoQueryable<Nullable<Int64>>, CancellationToken)
Public methodStatic memberSumAsync(IMongoQueryable<Nullable<Single>>, CancellationToken)
Public methodStatic memberSumAsync(IMongoQueryable<Single>, CancellationToken)
Computes the sum of a sequence of Single values.
Public methodStatic memberSumAsync<TSource>(IMongoQueryable<TSource>, Expression<Func<TSource, Decimal>>, CancellationToken)
Computes the sum of the sequence of Decimal values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsync<TSource>(IMongoQueryable<TSource>, Expression<Func<TSource, Double>>, CancellationToken)
Computes the sum of the sequence of Double values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsync<TSource>(IMongoQueryable<TSource>, Expression<Func<TSource, Int32>>, CancellationToken)
Computes the sum of the sequence of Int32 values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsync<TSource>(IMongoQueryable<TSource>, Expression<Func<TSource, Int64>>, CancellationToken)
Computes the sum of the sequence of Int64 values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsync<TSource>(IMongoQueryable<TSource>, Expression<Func<TSource, Nullable<Decimal>>>, CancellationToken)
Computes the sum of the sequence of Nullable< T> values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsync<TSource>(IMongoQueryable<TSource>, Expression<Func<TSource, Nullable<Double>>>, CancellationToken)
Computes the sum of the sequence of Nullable< T> values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsync<TSource>(IMongoQueryable<TSource>, Expression<Func<TSource, Nullable<Int32>>>, CancellationToken)
Computes the sum of the sequence of Nullable< T> values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsync<TSource>(IMongoQueryable<TSource>, Expression<Func<TSource, Nullable<Int64>>>, CancellationToken)
Computes the sum of the sequence of Nullable< T> values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsync<TSource>(IMongoQueryable<TSource>, Expression<Func<TSource, Nullable<Single>>>, CancellationToken)
Computes the sum of the sequence of Nullable< T> values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsync<TSource>(IMongoQueryable<TSource>, Expression<Func<TSource, Single>>, CancellationToken)
Computes the sum of the sequence of Single values that is obtained by invoking a projection function on each element of the input sequence.
Top
See Also