Class BsonValueAggregateExpressionDefinition<TSource, TResult>

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

A BsonValue based aggregate expression.

public sealed class BsonValueAggregateExpressionDefinition<TSource, TResult> : AggregateExpressionDefinition<TSource, TResult>

Type Parameters

TSource

The type of the source.

TResult

The type of the result.

Inheritance

BsonValueAggregateExpressionDefinition<TSource, TResult>

Inherited Members

Constructors

BsonValueAggregateExpressionDefinition(BsonValue)

Initializes a new instance of the BsonValueAggregateExpressionDefinition<TSource, TResult> class.

Methods

Render(RenderArgs)

Renders the aggregation expression to a BsonValue.

See Also