DeserializationProjector<TResult> Class |
Namespace: MongoDB.Driver.Linq
The DeserializationProjector<TResult> type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeserializationProjector<TResult> |
Initializes a new instance of the DeserializationProjector 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 result objects.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | 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<TResult> |
Represents all elements in an array (corresponds to the server's "$[]" update operator).
(Defined by MongoEnumerable.) |
![]() | AllMatchingElements<TResult> |
Represents all matching elements in an array when using an array filter (corresponds to the server's "$[identifier]" update operator).
(Defined by MongoEnumerable.) |
![]() | Bottom<TResult, TResult> |
Returns the bottom result.
(Defined by MongoEnumerable.) |
![]() | BottomN<TResult, TResult>(SortDefinition<TResult>, Func<TResult, TResult>, Int32) | Overloaded.
Returns the bottom n results.
(Defined by MongoEnumerable.) |
![]() | BottomN<TResult, TKey, TResult>(SortDefinition<TResult>, Func<TResult, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the bottom n results.
(Defined by MongoEnumerable.) |
![]() | ContainsAll<TResult> |
Determines whether a sequence contains all of the specified values.
(Defined by LinqToMongo.) |
![]() | ContainsAny<TResult> |
Determines whether a sequence contains any of the specified values.
(Defined by LinqToMongo.) |
![]() | FirstMatchingElement<TResult> |
Represents the first matching element in an array used in a query (corresponds to the server's "$" update operator).
(Defined by MongoEnumerable.) |
![]() | FirstN<TResult, TResult>(Func<TResult, TResult>, Int32) | Overloaded.
Returns the first n results.
(Defined by MongoEnumerable.) |
![]() | FirstN<TResult, TKey, TResult>(Func<TResult, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the first n results.
(Defined by MongoEnumerable.) |
![]() | LastN<TResult, TResult>(Func<TResult, TResult>, Int32) | Overloaded.
Returns the last n results.
(Defined by MongoEnumerable.) |
![]() | LastN<TResult, TKey, TResult>(Func<TResult, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the last n results.
(Defined by MongoEnumerable.) |
![]() | MaxN<TResult, TResult>(Func<TResult, TResult>, Int32) | Overloaded.
Returns the max n results.
(Defined by MongoEnumerable.) |
![]() | MaxN<TResult, TKey, TResult>(Func<TResult, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the max n results.
(Defined by MongoEnumerable.) |
![]() | MinN<TResult, TResult>(Func<TResult, TResult>, Int32) | Overloaded.
Returns the min n results.
(Defined by MongoEnumerable.) |
![]() | MinN<TResult, TKey, TResult>(Func<TResult, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the min n results.
(Defined by MongoEnumerable.) |
![]() | StandardDeviationPopulation<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult>(Func<TResult, 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<TResult, TResult> |
Returns the top n results.
(Defined by MongoEnumerable.) |
![]() | TopN<TResult, TResult>(SortDefinition<TResult>, Func<TResult, TResult>, Int32) | Overloaded.
Returns the top n results.
(Defined by MongoEnumerable.) |
![]() | TopN<TResult, TKey, TResult>(SortDefinition<TResult>, Func<TResult, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the top n results.
(Defined by MongoEnumerable.) |
![]() | Where<TResult> |
Filters a sequence of values based on a predicate and limits the number of results.
(Defined by MongoEnumerable.) |