Class BsonValueAggregateExpressionDefinition<TSource, TResult>
A Bson
public sealed class BsonValueAggregateExpressionDefinition<TSource, TResult> : AggregateExpressionDefinition<TSource, TResult>
Type Parameters
TSource
The type of the source.
TResult
The type of the result.
- Inheritance
-
Aggregate
Expression <TSource, TResult>Definition BsonValueAggregateExpressionDefinition<TSource, TResult>
- Inherited Members
Constructors
- Bson
Value Aggregate Expression Definition(Bson Value) Initializes a new instance of the BsonValueAggregateExpressionDefinition<TSource, TResult> class.
Methods
- Render(IBsonSerializer<TSource>, IBsonSerializerRegistry, LinqProvider)
Renders the aggregation expression.
See Also
AggregateExpressionDefinition <TSource, TResult>