MongoQueryable<T> Class |
Namespace: MongoDB.Driver.Linq
public class MongoQueryable<T> : IOrderedQueryable<T>, IQueryable<T>, IEnumerable<T>, IEnumerable, IQueryable, IOrderedQueryable
The MongoQueryable<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | MongoQueryable<T>(MongoQueryProvider) |
Initializes a new instance of the MongoQueryable class.
|
![]() | MongoQueryable<T>(MongoQueryProvider, Expression) |
Initializes a new instance of the MongoQueryable class.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Gets an enumerator for the results of a MongoDB LINQ query.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMongoQuery |
Gets the MongoDB query that will be sent to the server when this LINQ query is executed.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AllElements<T> |
Represents all elements in an array (corresponds to the server's "$[]" update operator).
(Defined by MongoEnumerable.) |
![]() | AllMatchingElements<T> |
Represents all matching elements in an array when using an array filter (corresponds to the server's "$[identifier]" update operator).
(Defined by MongoEnumerable.) |
![]() | Bottom<T, TResult> |
Returns the bottom result.
(Defined by MongoEnumerable.) |
![]() | BottomN<T, TResult>(SortDefinition<T>, Func<T, TResult>, Int32) | Overloaded.
Returns the bottom n results.
(Defined by MongoEnumerable.) |
![]() | BottomN<T, TKey, TResult>(SortDefinition<T>, Func<T, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the bottom n results.
(Defined by MongoEnumerable.) |
![]() | ContainsAll<T> |
Determines whether a sequence contains all of the specified values.
(Defined by LinqToMongo.) |
![]() | ContainsAny<T> |
Determines whether a sequence contains any of the specified values.
(Defined by LinqToMongo.) |
![]() | Explain<T>() | Overloaded.
Returns an explanation of how the query was executed (instead of the results).
(Defined by LinqExtensionMethods.) |
![]() | Explain<T>(Boolean) | Overloaded.
Returns an explanation of how the query was executed (instead of the results).
(Defined by LinqExtensionMethods.) |
![]() | FirstMatchingElement<T> |
Represents the first matching element in an array used in a query (corresponds to the server's "$" update operator).
(Defined by MongoEnumerable.) |
![]() | FirstN<T, TResult>(Func<T, TResult>, Int32) | Overloaded.
Returns the first n results.
(Defined by MongoEnumerable.) |
![]() | FirstN<T, TKey, TResult>(Func<T, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the first n results.
(Defined by MongoEnumerable.) |
![]() | LastN<T, TResult>(Func<T, TResult>, Int32) | Overloaded.
Returns the last n results.
(Defined by MongoEnumerable.) |
![]() | LastN<T, TKey, TResult>(Func<T, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the last n results.
(Defined by MongoEnumerable.) |
![]() | MaxN<T, TResult>(Func<T, TResult>, Int32) | Overloaded.
Returns the max n results.
(Defined by MongoEnumerable.) |
![]() | MaxN<T, TKey, TResult>(Func<T, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the max n results.
(Defined by MongoEnumerable.) |
![]() | MinN<T, TResult>(Func<T, TResult>, Int32) | Overloaded.
Returns the min n results.
(Defined by MongoEnumerable.) |
![]() | MinN<T, TKey, TResult>(Func<T, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the min n results.
(Defined by MongoEnumerable.) |
![]() | StandardDeviationPopulation<T>(Func<T, 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.) |
![]() | StandardDeviationPopulation<T>(Func<T, Nullable<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.) |
![]() | StandardDeviationPopulation<T>(Func<T, 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.) |
![]() | StandardDeviationPopulation<T>(Func<T, Nullable<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.) |
![]() | StandardDeviationPopulation<T>(Func<T, 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.) |
![]() | StandardDeviationPopulation<T>(Func<T, Nullable<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.) |
![]() | StandardDeviationPopulation<T>(Func<T, 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.) |
![]() | StandardDeviationPopulation<T>(Func<T, Nullable<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.) |
![]() | StandardDeviationPopulation<T>(Func<T, 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.) |
![]() | StandardDeviationPopulation<T>(Func<T, Nullable<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.) |
![]() | StandardDeviationSample<T>(Func<T, 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.) |
![]() | StandardDeviationSample<T>(Func<T, Nullable<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.) |
![]() | StandardDeviationSample<T>(Func<T, 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.) |
![]() | StandardDeviationSample<T>(Func<T, Nullable<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.) |
![]() | StandardDeviationSample<T>(Func<T, 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.) |
![]() | StandardDeviationSample<T>(Func<T, Nullable<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.) |
![]() | StandardDeviationSample<T>(Func<T, 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.) |
![]() | StandardDeviationSample<T>(Func<T, Nullable<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.) |
![]() | StandardDeviationSample<T>(Func<T, 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.) |
![]() | StandardDeviationSample<T>(Func<T, Nullable<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.) |
![]() | ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) |
![]() | ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) |
![]() | ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |
![]() | Top<T, TResult> |
Returns the top n results.
(Defined by MongoEnumerable.) |
![]() | TopN<T, TResult>(SortDefinition<T>, Func<T, TResult>, Int32) | Overloaded.
Returns the top n results.
(Defined by MongoEnumerable.) |
![]() | TopN<T, TKey, TResult>(SortDefinition<T>, Func<T, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the top n results.
(Defined by MongoEnumerable.) |
![]() | Where<T> |
Filters a sequence of values based on a predicate and limits the number of results.
(Defined by MongoEnumerable.) |
![]() | WithIndex<T>(String) | Overloaded.
Sets an index hint on the query that's being built.
(Defined by LinqToMongo.) |
![]() | WithIndex<T>(BsonDocument) | Overloaded.
Sets an index hint on the query that's being built.
(Defined by LinqToMongo.) |