IAggregateFluentExtensions.Unwind Method |
Name | Description | |
---|---|---|
![]() ![]() | Unwind<TResult>(IAggregateFluent<TResult>, FieldDefinition<TResult>) |
Appends an unwind stage to the pipeline.
|
![]() ![]() | Unwind<TResult>(IAggregateFluent<TResult>, Expression<Func<TResult, Object>>) |
Appends an unwind stage to the pipeline.
|
![]() ![]() | Unwind<TResult, TNewResult>(IAggregateFluent<TResult>, Expression<Func<TResult, Object>>, IBsonSerializer<TNewResult>) | Obsolete.
Appends an unwind stage to the pipeline.
|
![]() ![]() | Unwind<TResult, TNewResult>(IAggregateFluent<TResult>, Expression<Func<TResult, Object>>, AggregateUnwindOptions<TNewResult>) |
Appends an unwind stage to the pipeline.
|