Click or drag to resize

IAggregateFluentExtensions.Documents Method

Overload List
  NameDescription
Public methodStatic memberDocuments<TResult>(IAggregateFluent<NoPipelineInput>, AggregateExpressionDefinition<NoPipelineInput, IEnumerable<TResult>>, IBsonSerializer<TResult>)
Appends a $documents stage to the pipeline.
Public methodStatic memberDocuments<TResult>(IAggregateFluent<NoPipelineInput>, IEnumerable<TResult>, IBsonSerializer<TResult>)
Appends a $documents stage to the pipeline.
Top
See Also