Class BsonValueAggregateExpressionDefinition<TSource, TResult>
A BsonValue based aggregate expression.
public sealed class BsonValueAggregateExpressionDefinition<TSource, TResult> : AggregateExpressionDefinition<TSource, TResult>
  Type Parameters
TSourceThe type of the source.
TResultThe type of the result.
- Inheritance
 - 
      
      AggregateExpressionDefinition<TSource, TResult>BsonValueAggregateExpressionDefinition<TSource, TResult>
 
- Inherited Members
 
Constructors
- BsonValueAggregateExpressionDefinition(BsonValue)
 Initializes a new instance of the BsonValueAggregateExpressionDefinition<TSource, TResult> class.
Methods
- Render(RenderArgs<TSource>)
 Renders the aggregation expression to a BsonValue.
See Also
AggregateExpressionDefinition<TSource, TResult>