Class DocumentsAggregateExpressionDefinition

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

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

An aggregate expression for the $documents stage.

public sealed class DocumentsAggregateExpressionDefinition<TDocument> : AggregateExpressionDefinition<NoPipelineInput, IEnumerable<TDocument>>

Type Parameters

TDocument

The type of the documents.

Inheritance

DocumentsAggregateExpressionDefinition

Inherited Members

Constructors

DocumentsAggregateExpressionDefinition(IEnumerable, IBsonSerializer)

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

Methods

Render(RenderArgs)

Renders the aggregation expression to a BsonValue.

See Also