IMongoQueryable(T) Interface (original) (raw)

Name

Description

Public Extension Method

AnyT

Determines whether the cursor returned by a cursor source contains any documents.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

AnyAsyncT(CancellationToken)

Overloaded.

Determines whether the cursor returned by a cursor source contains any documents.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

AnyAsyncTSource(CancellationToken)

Overloaded.

Determines whether a sequence contains any elements.

(Defined by MongoQueryable.)

Public Extension Method

AnyAsyncTSource(ExpressionFuncTSource, Boolean, CancellationToken)

Overloaded.

Determines whether any element of a sequence satisfies a condition.

(Defined by MongoQueryable.)

Public Extension Method

AverageAsyncTSource(ExpressionFuncTSource, Decimal, CancellationToken)

Overloaded.

Computes the average of the sequence of Decimal values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

AverageAsyncTSource(ExpressionFuncTSource, NullableDecimal, CancellationToken)

Overloaded.

Computes the average of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

AverageAsyncTSource(ExpressionFuncTSource, Double, CancellationToken)

Overloaded.

Computes the average of the sequence of Double values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

AverageAsyncTSource(ExpressionFuncTSource, NullableDouble, CancellationToken)

Overloaded.

Computes the average of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

AverageAsyncTSource(ExpressionFuncTSource, Single, CancellationToken)

Overloaded.

Computes the average of the sequence of Single values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

AverageAsyncTSource(ExpressionFuncTSource, NullableSingle, CancellationToken)

Overloaded.

Computes the average of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

AverageAsyncTSource(ExpressionFuncTSource, Int32, CancellationToken)

Overloaded.

Computes the average of the sequence of Int32 values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

AverageAsyncTSource(ExpressionFuncTSource, NullableInt32, CancellationToken)

Overloaded.

Computes the average of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

AverageAsyncTSource(ExpressionFuncTSource, Int64, CancellationToken)

Overloaded.

Computes the average of the sequence of Int64 values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

AverageAsyncTSource(ExpressionFuncTSource, NullableInt64, CancellationToken)

Overloaded.

Computes the average of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

ContainsAllT

Determines whether a sequence contains all of the specified values.

(Defined by LinqToMongo.)

Public Extension Method

ContainsAnyT

Determines whether a sequence contains any of the specified values.

(Defined by LinqToMongo.)

Public Extension Method

CountAsyncTSource(CancellationToken)

Overloaded.

Returns the number of elements in a sequence.

(Defined by MongoQueryable.)

Public Extension Method

CountAsyncTSource(ExpressionFuncTSource, Boolean, CancellationToken)

Overloaded.

Returns the number of elements in the specified sequence that satisfies a condition.

(Defined by MongoQueryable.)

Public Extension Method

DistinctTSource

Returns distinct elements from a sequence by using the default equality comparer to compare values.

(Defined by MongoQueryable.)

Public Extension Method

ExplainT

Overloaded.

Returns an explanation of how the query was executed (instead of the results).

(Defined by LinqExtensionMethods.)

Public Extension Method

ExplainT(Boolean)

Overloaded.

Returns an explanation of how the query was executed (instead of the results).

(Defined by LinqExtensionMethods.)

Public Extension Method

FirstT

Returns the first document of a cursor returned by a cursor source.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

FirstAsyncT(CancellationToken)

Overloaded.

Returns the first document of a cursor returned by a cursor source.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

FirstAsyncTSource(CancellationToken)

Overloaded.

Returns the first element of a sequence.

(Defined by MongoQueryable.)

Public Extension Method

FirstAsyncTSource(ExpressionFuncTSource, Boolean, CancellationToken)

Overloaded.

Returns the first element of a sequence that satisfies a specified condition.

(Defined by MongoQueryable.)

Public Extension Method

FirstOrDefaultT

Returns the first document of a cursor returned by a cursor source, or a default value if the cursor contains no documents.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

FirstOrDefaultAsyncT(CancellationToken)

Overloaded.

Returns the first document of a cursor returned by a cursor source, or a default value if the cursor contains no documents.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

FirstOrDefaultAsyncTSource(CancellationToken)

Overloaded.

Returns the first element of a sequence, or a default value if the sequence contains no elements.

(Defined by MongoQueryable.)

Public Extension Method

FirstOrDefaultAsyncTSource(ExpressionFuncTSource, Boolean, CancellationToken)

Overloaded.

Returns the first element of a sequence that satisfies a specified condition or a default value if no such element is found.

(Defined by MongoQueryable.)

Public Extension Method

ForEachAsyncT(FuncT, Task, CancellationToken)

Overloaded.

Calls a delegate for each document returned by the cursor.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

ForEachAsyncT(FuncT, Int32, Task, CancellationToken)

Overloaded.

Calls a delegate for each document returned by the cursor.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

ForEachAsyncT(ActionT, CancellationToken)

Overloaded.

Calls a delegate for each document returned by the cursor.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

ForEachAsyncT(ActionT, Int32, CancellationToken)

Overloaded.

Calls a delegate for each document returned by the cursor.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

GroupByTSource, TKey(ExpressionFuncTSource, TKey)

Overloaded.

Groups the elements of a sequence according to a specified key selector function.

(Defined by MongoQueryable.)

Public Extension Method

GroupByTSource, TKey, TResult(ExpressionFuncTSource, TKey, ExpressionFuncTKey, IEnumerableTSource, TResult)

Overloaded.

Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key.

(Defined by MongoQueryable.)

Public Extension Method

GroupJoinTOuter, TInner, TKey, TResult(IEnumerableTInner, ExpressionFuncTOuter, TKey, ExpressionFuncTInner, TKey, ExpressionFuncTOuter, IEnumerableTInner, TResult)

Overloaded.

Correlates the elements of two sequences based on key equality and groups the results.

(Defined by MongoQueryable.)

Public Extension Method

GroupJoinTOuter, TInner, TKey, TResult(IMongoCollectionTInner, ExpressionFuncTOuter, TKey, ExpressionFuncTInner, TKey, ExpressionFuncTOuter, IEnumerableTInner, TResult)

Overloaded.

Correlates the elements of two sequences based on key equality and groups the results.

(Defined by MongoQueryable.)

Public Extension Method

JoinTOuter, TInner, TKey, TResult(IEnumerableTInner, ExpressionFuncTOuter, TKey, ExpressionFuncTInner, TKey, ExpressionFuncTOuter, TInner, TResult)

Overloaded.

Correlates the elements of two sequences based on matching keys.

(Defined by MongoQueryable.)

Public Extension Method

JoinTOuter, TInner, TKey, TResult(IMongoCollectionTInner, ExpressionFuncTOuter, TKey, ExpressionFuncTInner, TKey, ExpressionFuncTOuter, TInner, TResult)

Overloaded.

Correlates the elements of two sequences based on matching keys.

(Defined by MongoQueryable.)

Public Extension Method

LongCountAsyncTSource(CancellationToken)

Overloaded.

Returns the number of elements in a sequence.

(Defined by MongoQueryable.)

Public Extension Method

LongCountAsyncTSource(ExpressionFuncTSource, Boolean, CancellationToken)

Overloaded.

Returns the number of elements in the specified sequence that satisfies a condition.

(Defined by MongoQueryable.)

Public Extension Method

MaxAsyncTSource(CancellationToken)

Overloaded.

Returns the maximum value in a generic IMongoQueryableT.

(Defined by MongoQueryable.)

Public Extension Method

MaxAsyncTSource, TResult(ExpressionFuncTSource, TResult, CancellationToken)

Overloaded.

Invokes a projection function on each element of a generic IMongoQueryableT and returns the maximum resulting value.

(Defined by MongoQueryable.)

Public Extension Method

MinAsyncTSource(CancellationToken)

Overloaded.

Returns the minimum value in a generic IMongoQueryableT.

(Defined by MongoQueryable.)

Public Extension Method

MinAsyncTSource, TResult(ExpressionFuncTSource, TResult, CancellationToken)

Overloaded.

Invokes a projection function on each element of a generic IMongoQueryableT and returns the minimum resulting value.

(Defined by MongoQueryable.)

Public Extension Method

OfTypeTResult

Filters the elements of an IMongoQueryable based on a specified type.

(Defined by MongoQueryable.)

Public Extension Method

OrderByTSource, TKey

Sorts the elements of a sequence in ascending order according to a key.

(Defined by MongoQueryable.)

Public Extension Method

OrderByDescendingTSource, TKey

Sorts the elements of a sequence in descending order according to a key.

(Defined by MongoQueryable.)

Public Extension Method

SampleTSource

Returns a sample of the elements in the source.

(Defined by MongoQueryable.)

Public Extension Method

SelectTSource, TResult

Projects each element of a sequence into a new form by incorporating the element's index.

(Defined by MongoQueryable.)

Public Extension Method

SelectManyTSource, TResult(ExpressionFuncTSource, IEnumerableTResult)

Overloaded.

Projects each element of a sequence to an IEnumerableT and combines the resulting sequences into one sequence.

(Defined by MongoQueryable.)

Public Extension Method

SelectManyTSource, TCollection, TResult(ExpressionFuncTSource, IEnumerableTCollection, ExpressionFuncTSource, TCollection, TResult)

Overloaded.

Projects each element of a sequence to an IEnumerableT and invokes a result selector function on each element therein. The resulting values from each intermediate sequence are combined into a single, one-dimensional sequence and returned.

(Defined by MongoQueryable.)

Public Extension Method

SingleT

Returns the only document of a cursor returned by a cursor source. This method throws an exception if the cursor does not contain exactly one document.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

SingleAsyncT(CancellationToken)

Overloaded.

Returns the only document of a cursor returned by a cursor source. This method throws an exception if the cursor does not contain exactly one document.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

SingleAsyncTSource(CancellationToken)

Overloaded.

Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence.

(Defined by MongoQueryable.)

Public Extension Method

SingleAsyncTSource(ExpressionFuncTSource, Boolean, CancellationToken)

Overloaded.

Returns the only element of a sequence that satisfies a specified condition, and throws an exception if more than one such element exists.

(Defined by MongoQueryable.)

Public Extension Method

SingleOrDefaultT

Returns the only document of a cursor returned by a cursor source, or a default value if the cursor contains no documents. This method throws an exception if the cursor contains more than one document.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

SingleOrDefaultAsyncT(CancellationToken)

Overloaded.

Returns the only document of a cursor returned by a cursor source, or a default value if the cursor contains no documents. This method throws an exception if the cursor contains more than one document.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

SingleOrDefaultAsyncTSource(CancellationToken)

Overloaded.

Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence.

(Defined by MongoQueryable.)

Public Extension Method

SingleOrDefaultAsyncTSource(ExpressionFuncTSource, Boolean, CancellationToken)

Overloaded.

Returns the only element of a sequence that satisfies a specified condition or a default value if no such element exists; this method throws an exception if more than one element satisfies the condition.

(Defined by MongoQueryable.)

Public Extension Method

SkipTSource

Bypasses a specified number of elements in a sequence and then returns the remaining elements.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationT(FuncT, Int32)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationPopulationT(FuncT, NullableInt32)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationPopulationT(FuncT, Int64)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationPopulationT(FuncT, NullableInt64)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationPopulationT(FuncT, Single)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationPopulationT(FuncT, NullableSingle)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationPopulationT(FuncT, Double)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationPopulationT(FuncT, NullableDouble)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationPopulationT(FuncT, Decimal)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationPopulationT(FuncT, NullableDecimal)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationPopulationTSource(ExpressionFuncTSource, Int32)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationTSource(ExpressionFuncTSource, NullableInt32)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationTSource(ExpressionFuncTSource, Int64)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationTSource(ExpressionFuncTSource, NullableInt64)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationTSource(ExpressionFuncTSource, Single)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationTSource(ExpressionFuncTSource, NullableSingle)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationTSource(ExpressionFuncTSource, Double)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationTSource(ExpressionFuncTSource, NullableDouble)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationTSource(ExpressionFuncTSource, Decimal)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationTSource(ExpressionFuncTSource, NullableDecimal)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationAsyncTSource(ExpressionFuncTSource, Int32, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationAsyncTSource(ExpressionFuncTSource, NullableInt32, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationAsyncTSource(ExpressionFuncTSource, Int64, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationAsyncTSource(ExpressionFuncTSource, NullableInt64, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationAsyncTSource(ExpressionFuncTSource, Single, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationAsyncTSource(ExpressionFuncTSource, NullableSingle, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationAsyncTSource(ExpressionFuncTSource, Double, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationAsyncTSource(ExpressionFuncTSource, NullableDouble, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationAsyncTSource(ExpressionFuncTSource, Decimal, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationPopulationAsyncTSource(ExpressionFuncTSource, NullableDecimal, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleT(FuncT, Int32)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationSampleT(FuncT, NullableInt32)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationSampleT(FuncT, Int64)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationSampleT(FuncT, NullableInt64)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationSampleT(FuncT, Single)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationSampleT(FuncT, NullableSingle)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationSampleT(FuncT, Double)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationSampleT(FuncT, NullableDouble)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationSampleT(FuncT, Decimal)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationSampleT(FuncT, NullableDecimal)

Overloaded.

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.

(Defined by MongoEnumerable.)

Public Extension Method

StandardDeviationSampleTSource(ExpressionFuncTSource, Int32)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleTSource(ExpressionFuncTSource, NullableInt32)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleTSource(ExpressionFuncTSource, Int64)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleTSource(ExpressionFuncTSource, NullableInt64)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleTSource(ExpressionFuncTSource, Single)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleTSource(ExpressionFuncTSource, NullableSingle)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleTSource(ExpressionFuncTSource, Double)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleTSource(ExpressionFuncTSource, NullableDouble)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleTSource(ExpressionFuncTSource, Decimal)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleTSource(ExpressionFuncTSource, NullableDecimal)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleAsyncTSource(ExpressionFuncTSource, Int32, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleAsyncTSource(ExpressionFuncTSource, NullableInt32, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleAsyncTSource(ExpressionFuncTSource, Int64, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleAsyncTSource(ExpressionFuncTSource, NullableInt64, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleAsyncTSource(ExpressionFuncTSource, Single, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleAsyncTSource(ExpressionFuncTSource, NullableSingle, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleAsyncTSource(ExpressionFuncTSource, Double, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleAsyncTSource(ExpressionFuncTSource, NullableDouble, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleAsyncTSource(ExpressionFuncTSource, Decimal, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

StandardDeviationSampleAsyncTSource(ExpressionFuncTSource, NullableDecimal, CancellationToken)

Overloaded.

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.

(Defined by MongoQueryable.)

Public Extension Method

SumAsyncTSource(ExpressionFuncTSource, Decimal, CancellationToken)

Overloaded.

Computes the sum of the sequence of Decimal values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

SumAsyncTSource(ExpressionFuncTSource, NullableDecimal, CancellationToken)

Overloaded.

Computes the sum of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

SumAsyncTSource(ExpressionFuncTSource, Double, CancellationToken)

Overloaded.

Computes the sum of the sequence of Double values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

SumAsyncTSource(ExpressionFuncTSource, NullableDouble, CancellationToken)

Overloaded.

Computes the sum of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

SumAsyncTSource(ExpressionFuncTSource, Single, CancellationToken)

Overloaded.

Computes the sum of the sequence of Single values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

SumAsyncTSource(ExpressionFuncTSource, NullableSingle, CancellationToken)

Overloaded.

Computes the sum of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

SumAsyncTSource(ExpressionFuncTSource, Int32, CancellationToken)

Overloaded.

Computes the sum of the sequence of Int32 values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

SumAsyncTSource(ExpressionFuncTSource, NullableInt32, CancellationToken)

Overloaded.

Computes the sum of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

SumAsyncTSource(ExpressionFuncTSource, Int64, CancellationToken)

Overloaded.

Computes the sum of the sequence of Int64 values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

SumAsyncTSource(ExpressionFuncTSource, NullableInt64, CancellationToken)

Overloaded.

Computes the sum of the sequence of NullableT values that is obtained by invoking a projection function on each element of the input sequence.

(Defined by MongoQueryable.)

Public Extension Method

TakeTSource

Returns a specified number of contiguous elements from the start of a sequence.

(Defined by MongoQueryable.)

Public Extension Method

ToEnumerableT

Wraps a cursor source in an IEnumerable. Each time GetEnumerator is called a new cursor is fetched from the cursor source.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

ToListT

Returns a list containing all the documents returned by the cursor returned by a cursor source.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

ToListAsyncT

Returns a list containing all the documents returned by the cursor returned by a cursor source.

(Defined by IAsyncCursorSourceExtensions.)

Public Extension Method

WhereTSource

Filters a sequence of values based on a predicate.

(Defined by MongoQueryable.)

Public Extension Method

WithIndexT(String)

Overloaded.

Sets an index hint on the query that's being built.

(Defined by LinqToMongo.)

Public Extension Method

WithIndexT(BsonDocument)

Overloaded.

Sets an index hint on the query that's being built.

(Defined by LinqToMongo.)