MongoQueryableT Class |
Namespace: MongoDB.Driver.Linq
public class MongoQueryable<T> : IOrderedQueryable<T>, IQueryable<T>, IEnumerable<T>, IEnumerable, IQueryable, IOrderedQueryable
The MongoQueryableT type exposes the following members.
Name | Description | |
---|---|---|
![]() | MongoQueryableT(MongoQueryProvider) |
Initializes a new instance of the MongoQueryable class.
|
![]() | MongoQueryableT(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 | |
---|---|---|
![]() | ContainsAllT |
Determines whether a sequence contains all of the specified values.
(Defined by LinqToMongo.) |
![]() | ContainsAnyT |
Determines whether a sequence contains any of the specified values.
(Defined by LinqToMongo.) |
![]() | ExplainT | Overloaded.
Returns an explanation of how the query was executed (instead of the results).
(Defined by LinqExtensionMethods.) |
![]() | ExplainT(Boolean) | Overloaded.
Returns an explanation of how the query was executed (instead of the results).
(Defined by LinqExtensionMethods.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | WithIndexT(String) | Overloaded.
Sets an index hint on the query that's being built.
(Defined by LinqToMongo.) |
![]() | WithIndexT(BsonDocument) | Overloaded.
Sets an index hint on the query that's being built.
(Defined by LinqToMongo.) |