Click or drag to resize

IAggregateFluentExtensions.Unwind Method

Overload List
  NameDescription
Public methodStatic memberUnwind<TResult>(IAggregateFluent<TResult>, FieldDefinition<TResult>)
Appends an unwind stage to the pipeline.
Public methodStatic memberUnwind<TResult>(IAggregateFluent<TResult>, Expression<Func<TResult, Object>>)
Appends an unwind stage to the pipeline.
Public methodStatic memberUnwind<TResult, TNewResult>(IAggregateFluent<TResult>, Expression<Func<TResult, Object>>, IBsonSerializer<TNewResult>) Obsolete.
Appends an unwind stage to the pipeline.
Public methodStatic memberUnwind<TResult, TNewResult>(IAggregateFluent<TResult>, Expression<Func<TResult, Object>>, AggregateUnwindOptions<TNewResult>)
Appends an unwind stage to the pipeline.
Top
See Also