Class DocumentsAggregateExpressionDefinition
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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
Renders the aggregation expression to a BsonValue.