Click or drag to resize

MongoEnumerable Class

Enumerable Extensions for MongoDB.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.LinqMongoEnumerable

Namespace:  MongoDB.Driver.Linq
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax
public static class MongoEnumerable

The MongoEnumerable type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAllElementsTSource
Represents all elements in an array (corresponds to the server's "$[]" update operator).
Public methodStatic memberAllMatchingElementsTSource
Represents all matching elements in an array when using an array filter (corresponds to the server's "$[identifier]" update operator).
Public methodStatic memberFirstMatchingElementTSource
Represents the first matching element in an array used in a query (corresponds to the server's "$" update operator).
Public methodStatic memberStandardDeviationPopulation(IEnumerableDecimal)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableDouble)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableInt32)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableInt64)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableDecimal)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableDouble)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableInt32)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableInt64)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableSingle)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableSingle)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, Decimal)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, Double)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, Int32)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, Int64)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, NullableDecimal)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, NullableDouble)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, NullableInt32)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, NullableInt64)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, NullableSingle)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, Single)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSample(IEnumerableDecimal)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableDouble)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableInt32)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableInt64)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableDecimal)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableDouble)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableInt32)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableInt64)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableSingle)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableSingle)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Decimal)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Double)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Int32)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Int64)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableDecimal)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableDouble)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableInt32)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableInt64)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableSingle)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Single)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberWhereTSource
Filters a sequence of values based on a predicate and limits the number of results.
Top
See Also