Click or drag to resize
IOrderedMongoQueryableT Interface
Represents the result of a sorting operation.

Namespace: MongoDB.Driver.Linq
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public interface IOrderedMongoQueryable<T> : IMongoQueryable<T>, 
	IMongoQueryable, IQueryable, IEnumerable, IQueryable<T>, IEnumerable<T>, 
	IAsyncCursorSource<T>, IOrderedQueryable<T>, IOrderedQueryable

Type Parameters

T
The type of the data in the data source. This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.

The IOrderedMongoQueryableT type exposes the following members.

Methods
Extension Methods
  NameDescription
Public Extension MethodAnyT
Determines whether the cursor returned by a cursor source contains any documents.
(Defined by IAsyncCursorSourceExtensions.)
Public Extension MethodAnyAsyncT(CancellationToken)Overloaded.
Determines whether a sequence contains any elements.
(Defined by MongoQueryable.)
Public Extension MethodAnyAsyncT(CancellationToken)Overloaded.
Determines whether the cursor returned by a cursor source contains any documents.
(Defined by IAsyncCursorSourceExtensions.)
Public Extension MethodAnyAsyncT(ExpressionFuncT, Boolean, CancellationToken)Overloaded.
Determines whether any element of a sequence satisfies a condition.
(Defined by MongoQueryable.)
Public Extension MethodAverageAsyncT(ExpressionFuncT, 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 MethodAverageAsyncT(ExpressionFuncT, 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 MethodAverageAsyncT(ExpressionFuncT, 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 MethodAverageAsyncT(ExpressionFuncT, 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 MethodAverageAsyncT(ExpressionFuncT, 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 MethodAverageAsyncT(ExpressionFuncT, 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 MethodAverageAsyncT(ExpressionFuncT, 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 MethodAverageAsyncT(ExpressionFuncT, 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 MethodAverageAsyncT(ExpressionFuncT, 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 MethodAverageAsyncT(ExpressionFuncT, 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 MethodContainsAllT
Determines whether a sequence contains all of the specified values.
(Defined by LinqToMongo.)
Public Extension MethodContainsAnyT
Determines whether a sequence contains any of the specified values.
(Defined by LinqToMongo.)
Public Extension MethodCountAsyncT(CancellationToken)Overloaded.
Returns the number of elements in a sequence.
(Defined by MongoQueryable.)
Public Extension MethodCountAsyncT(ExpressionFuncT, Boolean, CancellationToken)Overloaded.
Returns the number of elements in the specified sequence that satisfies a condition.
(Defined by MongoQueryable.)
Public Extension MethodDistinctT
Returns distinct elements from a sequence by using the default equality comparer to compare values.
(Defined by MongoQueryable.)
Public Extension MethodExplainTOverloaded.
Returns an explanation of how the query was executed (instead of the results).
(Defined by LinqExtensionMethods.)
Public Extension MethodExplainT(Boolean)Overloaded.
Returns an explanation of how the query was executed (instead of the results).
(Defined by LinqExtensionMethods.)
Public Extension MethodFirstT
Returns the first document of a cursor returned by a cursor source.
(Defined by IAsyncCursorSourceExtensions.)
Public Extension MethodFirstAsyncT(CancellationToken)Overloaded.
Returns the first element of a sequence.
(Defined by MongoQueryable.)
Public Extension MethodFirstAsyncT(CancellationToken)Overloaded.
Returns the first document of a cursor returned by a cursor source.
(Defined by IAsyncCursorSourceExtensions.)
Public Extension MethodFirstAsyncT(ExpressionFuncT, Boolean, CancellationToken)Overloaded.
Returns the first element of a sequence that satisfies a specified condition.
(Defined by MongoQueryable.)
Public Extension MethodFirstOrDefaultT
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 MethodFirstOrDefaultAsyncT(CancellationToken)Overloaded.
Returns the first element of a sequence, or a default value if the sequence contains no elements.
(Defined by MongoQueryable.)
Public Extension MethodFirstOrDefaultAsyncT(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 MethodFirstOrDefaultAsyncT(ExpressionFuncT, 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 MethodForEachAsyncT(FuncT, Task, CancellationToken)Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorSourceExtensions.)
Public Extension MethodForEachAsyncT(FuncT, Int32, Task, CancellationToken)Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorSourceExtensions.)
Public Extension MethodForEachAsyncT(ActionT, CancellationToken)Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorSourceExtensions.)
Public Extension MethodForEachAsyncT(ActionT, Int32, CancellationToken)Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorSourceExtensions.)
Public Extension MethodGroupByT, TKey(ExpressionFuncT, TKey)Overloaded.
Groups the elements of a sequence according to a specified key selector function.
(Defined by MongoQueryable.)
Public Extension MethodGroupByT, TKey, TResult(ExpressionFuncT, TKey, ExpressionFuncTKey, IEnumerableT, 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 MethodGroupJoinT, TInner, TKey, TResult(IEnumerableTInner, ExpressionFuncT, TKey, ExpressionFuncTInner, TKey, ExpressionFuncT, IEnumerableTInner, TResult)Overloaded.
Correlates the elements of two sequences based on key equality and groups the results.
(Defined by MongoQueryable.)
Public Extension MethodGroupJoinT, TInner, TKey, TResult(IMongoCollectionTInner, ExpressionFuncT, TKey, ExpressionFuncTInner, TKey, ExpressionFuncT, IEnumerableTInner, TResult)Overloaded.
Correlates the elements of two sequences based on key equality and groups the results.
(Defined by MongoQueryable.)
Public Extension MethodJoinT, TInner, TKey, TResult(IEnumerableTInner, ExpressionFuncT, TKey, ExpressionFuncTInner, TKey, ExpressionFuncT, TInner, TResult)Overloaded.
Correlates the elements of two sequences based on matching keys.
(Defined by MongoQueryable.)
Public Extension MethodJoinT, TInner, TKey, TResult(IMongoCollectionTInner, ExpressionFuncT, TKey, ExpressionFuncTInner, TKey, ExpressionFuncT, TInner, TResult)Overloaded.
Correlates the elements of two sequences based on matching keys.
(Defined by MongoQueryable.)
Public Extension MethodLongCountAsyncT(CancellationToken)Overloaded.
Returns the number of elements in a sequence.
(Defined by MongoQueryable.)
Public Extension MethodLongCountAsyncT(ExpressionFuncT, Boolean, CancellationToken)Overloaded.
Returns the number of elements in the specified sequence that satisfies a condition.
(Defined by MongoQueryable.)
Public Extension MethodMaxAsyncT(CancellationToken)Overloaded. (Defined by MongoQueryable.)
Public Extension MethodMaxAsyncT, TResult(ExpressionFuncT, TResult, CancellationToken)Overloaded. (Defined by MongoQueryable.)
Public Extension MethodMinAsyncT(CancellationToken)Overloaded. (Defined by MongoQueryable.)
Public Extension MethodMinAsyncT, TResult(ExpressionFuncT, TResult, CancellationToken)Overloaded. (Defined by MongoQueryable.)
Public Extension MethodOfTypeTResult
Filters the elements of an IMongoQueryable based on a specified type.
(Defined by MongoQueryable.)
Public Extension MethodOrderByT, TKey
Sorts the elements of a sequence in ascending order according to a key.
(Defined by MongoQueryable.)
Public Extension MethodOrderByDescendingT, TKey
Sorts the elements of a sequence in descending order according to a key.
(Defined by MongoQueryable.)
Public Extension MethodSampleT
Returns a sample of the elements in the source.
(Defined by MongoQueryable.)
Public Extension MethodSelectT, TResult
Projects each element of a sequence into a new form by incorporating the element's index.
(Defined by MongoQueryable.)
Public Extension MethodSelectManyT, TResult(ExpressionFuncT, IEnumerableTResult)Overloaded. (Defined by MongoQueryable.)
Public Extension MethodSelectManyT, TCollection, TResult(ExpressionFuncT, IEnumerableTCollection, ExpressionFuncT, 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 MethodSingleT
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 MethodSingleAsyncT(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 MethodSingleAsyncT(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 MethodSingleAsyncT(ExpressionFuncT, 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 MethodSingleOrDefaultT
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 MethodSingleOrDefaultAsyncT(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 MethodSingleOrDefaultAsyncT(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 MethodSingleOrDefaultAsyncT(ExpressionFuncT, 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 MethodSkipT
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
(Defined by MongoQueryable.)
Public Extension MethodStandardDeviationPopulationT(ExpressionFuncT, 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 MethodStandardDeviationPopulationT(ExpressionFuncT, 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 MethodStandardDeviationPopulationT(ExpressionFuncT, 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 MethodStandardDeviationPopulationT(ExpressionFuncT, 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 MethodStandardDeviationPopulationT(ExpressionFuncT, 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 MethodStandardDeviationPopulationT(ExpressionFuncT, 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 MethodStandardDeviationPopulationT(ExpressionFuncT, 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 MethodStandardDeviationPopulationT(ExpressionFuncT, 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 MethodStandardDeviationPopulationT(ExpressionFuncT, 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 MethodStandardDeviationPopulationT(ExpressionFuncT, 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 MethodStandardDeviationPopulationT(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 MethodStandardDeviationPopulationT(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 MethodStandardDeviationPopulationT(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 MethodStandardDeviationPopulationT(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 MethodStandardDeviationPopulationT(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 MethodStandardDeviationPopulationT(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 MethodStandardDeviationPopulationT(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 MethodStandardDeviationPopulationT(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 MethodStandardDeviationPopulationT(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 MethodStandardDeviationPopulationT(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 MethodStandardDeviationPopulationAsyncT(ExpressionFuncT, 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 MethodStandardDeviationPopulationAsyncT(ExpressionFuncT, 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 MethodStandardDeviationPopulationAsyncT(ExpressionFuncT, 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 MethodStandardDeviationPopulationAsyncT(ExpressionFuncT, 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 MethodStandardDeviationPopulationAsyncT(ExpressionFuncT, 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 MethodStandardDeviationPopulationAsyncT(ExpressionFuncT, 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 MethodStandardDeviationPopulationAsyncT(ExpressionFuncT, 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 MethodStandardDeviationPopulationAsyncT(ExpressionFuncT, 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 MethodStandardDeviationPopulationAsyncT(ExpressionFuncT, 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 MethodStandardDeviationPopulationAsyncT(ExpressionFuncT, 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 MethodStandardDeviationSampleT(ExpressionFuncT, 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 MethodStandardDeviationSampleT(ExpressionFuncT, 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 MethodStandardDeviationSampleT(ExpressionFuncT, 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 MethodStandardDeviationSampleT(ExpressionFuncT, 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 MethodStandardDeviationSampleT(ExpressionFuncT, 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 MethodStandardDeviationSampleT(ExpressionFuncT, 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 MethodStandardDeviationSampleT(ExpressionFuncT, 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 MethodStandardDeviationSampleT(ExpressionFuncT, 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 MethodStandardDeviationSampleT(ExpressionFuncT, 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 MethodStandardDeviationSampleT(ExpressionFuncT, 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 MethodStandardDeviationSampleT(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 MethodStandardDeviationSampleT(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 MethodStandardDeviationSampleT(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 MethodStandardDeviationSampleT(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 MethodStandardDeviationSampleT(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 MethodStandardDeviationSampleT(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 MethodStandardDeviationSampleT(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 MethodStandardDeviationSampleT(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 MethodStandardDeviationSampleT(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 MethodStandardDeviationSampleT(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 MethodStandardDeviationSampleAsyncT(ExpressionFuncT, 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 MethodStandardDeviationSampleAsyncT(ExpressionFuncT, 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 MethodStandardDeviationSampleAsyncT(ExpressionFuncT, 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 MethodStandardDeviationSampleAsyncT(ExpressionFuncT, 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 MethodStandardDeviationSampleAsyncT(ExpressionFuncT, 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 MethodStandardDeviationSampleAsyncT(ExpressionFuncT, 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 MethodStandardDeviationSampleAsyncT(ExpressionFuncT, 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 MethodStandardDeviationSampleAsyncT(ExpressionFuncT, 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 MethodStandardDeviationSampleAsyncT(ExpressionFuncT, 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 MethodStandardDeviationSampleAsyncT(ExpressionFuncT, 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 MethodSumAsyncT(ExpressionFuncT, 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 MethodSumAsyncT(ExpressionFuncT, 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 MethodSumAsyncT(ExpressionFuncT, 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 MethodSumAsyncT(ExpressionFuncT, 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 MethodSumAsyncT(ExpressionFuncT, 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 MethodSumAsyncT(ExpressionFuncT, 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 MethodSumAsyncT(ExpressionFuncT, 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 MethodSumAsyncT(ExpressionFuncT, 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 MethodSumAsyncT(ExpressionFuncT, 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 MethodSumAsyncT(ExpressionFuncT, 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 MethodTakeT
Returns a specified number of contiguous elements from the start of a sequence.
(Defined by MongoQueryable.)
Public Extension MethodThenByTSource, TKey
Performs a subsequent ordering of the elements in a sequence in ascending order according to a key.
(Defined by MongoQueryable.)
Public Extension MethodThenByDescendingTSource, TKey
Performs a subsequent ordering of the elements in a sequence in descending order according to a key.
(Defined by MongoQueryable.)
Public Extension MethodToEnumerableT
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 MethodToListT
Returns a list containing all the documents returned by the cursor returned by a cursor source.
(Defined by IAsyncCursorSourceExtensions.)
Public Extension MethodToListAsyncT
Returns a list containing all the documents returned by the cursor returned by a cursor source.
(Defined by IAsyncCursorSourceExtensions.)
Public Extension MethodWhereT
Filters a sequence of values based on a predicate.
(Defined by MongoQueryable.)
Public Extension MethodWithIndexT(String)Overloaded.
Sets an index hint on the query that's being built.
(Defined by LinqToMongo.)
Public Extension MethodWithIndexT(BsonDocument)Overloaded.
Sets an index hint on the query that's being built.
(Defined by LinqToMongo.)
Top
Properties
  NameDescription
Public propertyElementType
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
(Inherited from IQueryable.)
Public propertyExpression
Gets the expression tree that is associated with the instance of IQueryable.
(Inherited from IQueryable.)
Public propertyProvider
Gets the query provider that is associated with this data source.
(Inherited from IQueryable.)
Top
See Also