MongoEnumerable Class |
Namespace: MongoDB.Driver.Linq
The MongoEnumerable type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AllElements<TSource> |
Represents all elements in an array (corresponds to the server's "$[]" update operator).
|
![]() ![]() | AllMatchingElements<TSource> |
Represents all matching elements in an array when using an array filter (corresponds to the server's "$[identifier]" update operator).
|
![]() ![]() | Bottom<TSource, TResult> |
Returns the bottom result.
|
![]() ![]() | BottomN<TSource, TResult>(IEnumerable<TSource>, SortDefinition<TSource>, Func<TSource, TResult>, Int32) |
Returns the bottom n results.
|
![]() ![]() | BottomN<TSource, TKey, TResult>(IEnumerable<TSource>, SortDefinition<TSource>, Func<TSource, TResult>, TKey, Func<TKey, Int32>) |
Returns the bottom n results.
|
![]() ![]() | FirstMatchingElement<TSource> |
Represents the first matching element in an array used in a query (corresponds to the server's "$" update operator).
|
![]() ![]() | FirstN<TSource, TResult>(IEnumerable<TSource>, Func<TSource, TResult>, Int32) |
Returns the first n results.
|
![]() ![]() | FirstN<TSource, TKey, TResult>(IEnumerable<TSource>, Func<TSource, TResult>, TKey, Func<TKey, Int32>) |
Returns the first n results.
|
![]() ![]() | LastN<TSource, TResult>(IEnumerable<TSource>, Func<TSource, TResult>, Int32) |
Returns the last n results.
|
![]() ![]() | LastN<TSource, TKey, TResult>(IEnumerable<TSource>, Func<TSource, TResult>, TKey, Func<TKey, Int32>) |
Returns the last n results.
|
![]() ![]() | MaxN<TSource, TResult>(IEnumerable<TSource>, Func<TSource, TResult>, Int32) |
Returns the max n results.
|
![]() ![]() | MaxN<TSource, TKey, TResult>(IEnumerable<TSource>, Func<TSource, TResult>, TKey, Func<TKey, Int32>) |
Returns the max n results.
|
![]() ![]() | MinN<TSource, TResult>(IEnumerable<TSource>, Func<TSource, TResult>, Int32) |
Returns the min n results.
|
![]() ![]() | MinN<TSource, TKey, TResult>(IEnumerable<TSource>, Func<TSource, TResult>, TKey, Func<TKey, Int32>) |
Returns the min n results.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Decimal>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Double>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Int32>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Int64>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Decimal>>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Double>>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Int32>>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Int64>>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Single>>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Single>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, 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.
|
![]() ![]() | StandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, 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.
|
![]() ![]() | StandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, 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.
|
![]() ![]() | StandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, 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.
|
![]() ![]() | StandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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.
|
![]() ![]() | StandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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.
|
![]() ![]() | StandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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.
|
![]() ![]() | StandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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.
|
![]() ![]() | StandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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.
|
![]() ![]() | StandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, 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(IEnumerable<Decimal>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Double>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Int32>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Int64>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Decimal>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Double>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Int32>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Int64>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Single>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Single>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, 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.
|
![]() ![]() | StandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, 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.
|
![]() ![]() | StandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, 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.
|
![]() ![]() | StandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, 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.
|
![]() ![]() | StandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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.
|
![]() ![]() | StandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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.
|
![]() ![]() | StandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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.
|
![]() ![]() | StandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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.
|
![]() ![]() | StandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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.
|
![]() ![]() | StandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, 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.
|
![]() ![]() | Top<TSource, TResult> |
Returns the top n results.
|
![]() ![]() | TopN<TSource, TResult>(IEnumerable<TSource>, SortDefinition<TSource>, Func<TSource, TResult>, Int32) |
Returns the top n results.
|
![]() ![]() | TopN<TSource, TKey, TResult>(IEnumerable<TSource>, SortDefinition<TSource>, Func<TSource, TResult>, TKey, Func<TKey, Int32>) |
Returns the top n results.
|
![]() ![]() | Where<TSource> |
Filters a sequence of values based on a predicate and limits the number of results.
|