MongoEnumerable Class |
Namespace: MongoDB.Driver.Linq
The MongoEnumerable type exposes the following members.
Name | Description | |
---|---|---|
AllElementsTSource |
Represents all elements in an array (corresponds to the server's "$[]" update operator).
| |
AllMatchingElementsTSource |
Represents all matching elements in an array when using an array filter (corresponds to the server's "$[identifier]" update operator).
| |
BottomTSource, TResult |
Returns the bottom result.
| |
BottomNTSource, TResult(IEnumerableTSource, SortDefinitionTSource, FuncTSource, TResult, Int32) |
Returns the bottom n results.
| |
BottomNTSource, TKey, TResult(IEnumerableTSource, SortDefinitionTSource, FuncTSource, TResult, TKey, FuncTKey, Int32) |
Returns the bottom n results.
| |
FirstMatchingElementTSource |
Represents the first matching element in an array used in a query (corresponds to the server's "$" update operator).
| |
FirstNTSource, TResult(IEnumerableTSource, FuncTSource, TResult, Int32) |
Returns the first n results.
| |
FirstNTSource, TKey, TResult(IEnumerableTSource, FuncTSource, TResult, TKey, FuncTKey, Int32) |
Returns the first n results.
| |
LastNTSource, TResult(IEnumerableTSource, FuncTSource, TResult, Int32) |
Returns the last n results.
| |
LastNTSource, TKey, TResult(IEnumerableTSource, FuncTSource, TResult, TKey, FuncTKey, Int32) |
Returns the last n results.
| |
MaxNTSource, TResult(IEnumerableTSource, FuncTSource, TResult, Int32) |
Returns the max n results.
| |
MaxNTSource, TKey, TResult(IEnumerableTSource, FuncTSource, TResult, TKey, FuncTKey, Int32) |
Returns the max n results.
| |
MinNTSource, TResult(IEnumerableTSource, FuncTSource, TResult, Int32) |
Returns the min n results.
| |
MinNTSource, TKey, TResult(IEnumerableTSource, FuncTSource, TResult, TKey, FuncTKey, Int32) |
Returns the min n results.
| |
StandardDeviationPopulation(IEnumerableDecimal) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableDouble) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableInt32) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableInt64) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableNullableDecimal) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableNullableDouble) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableNullableInt32) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableNullableInt64) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableNullableSingle) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableSingle) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationSample(IEnumerableDecimal) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableDouble) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableInt32) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableInt64) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableDecimal) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableDouble) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableInt32) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableInt64) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableSingle) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableSingle) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
TopTSource, TResult |
Returns the top n results.
| |
TopNTSource, TResult(IEnumerableTSource, SortDefinitionTSource, FuncTSource, TResult, Int32) |
Returns the top n results.
| |
TopNTSource, TKey, TResult(IEnumerableTSource, SortDefinitionTSource, FuncTSource, TResult, TKey, FuncTKey, Int32) |
Returns the top n results.
| |
WhereTSource |
Filters a sequence of values based on a predicate and limits the number of results.
|