Click or drag to resize

MongoQueryableSumAsync Method

Overload List
  NameDescription
Public methodStatic memberSumAsync(IMongoQueryableDecimal, CancellationToken)
Computes the sum of a sequence of Decimal values.
Public methodStatic memberSumAsync(IMongoQueryableDouble, CancellationToken)
Computes the sum of a sequence of Double values.
Public methodStatic memberSumAsync(IMongoQueryableInt32, CancellationToken)
Computes the sum of a sequence of Int32 values.
Public methodStatic memberSumAsync(IMongoQueryableInt64, CancellationToken)
Computes the sum of a sequence of Int64 values.
Public methodStatic memberSumAsync(IMongoQueryableNullableDecimal, CancellationToken)
Public methodStatic memberSumAsync(IMongoQueryableNullableDouble, CancellationToken)
Public methodStatic memberSumAsync(IMongoQueryableNullableInt32, CancellationToken)
Public methodStatic memberSumAsync(IMongoQueryableNullableInt64, CancellationToken)
Public methodStatic memberSumAsync(IMongoQueryableNullableSingle, CancellationToken)
Public methodStatic memberSumAsync(IMongoQueryableSingle, CancellationToken)
Computes the sum of a sequence of Single values.
Public methodStatic memberSumAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, 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 memberSumAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, 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 memberSumAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, 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 memberSumAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, 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 memberSumAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableDecimal, CancellationToken)
Computes the sum of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableDouble, CancellationToken)
Computes the sum of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableInt32, CancellationToken)
Computes the sum of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableInt64, CancellationToken)
Computes the sum of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableSingle, CancellationToken)
Computes the sum of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.
Public methodStatic memberSumAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, 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