Click or drag to resize
AggregateFluentBaseTResultUnwindTNewResult Method (FieldDefinitionTResult, AggregateUnwindOptionsTNewResult)
Appends an unwind stage to the pipeline.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public virtual IAggregateFluent<TNewResult> Unwind<TNewResult>(
	FieldDefinition<TResult> field,
	AggregateUnwindOptions<TNewResult> options
)

Parameters

field
Type: MongoDB.DriverFieldDefinitionTResult
The field.
options
Type: MongoDB.DriverAggregateUnwindOptionsTNewResult
The options.

Type Parameters

TNewResult
The type of the new result.

Return Value

Type: IAggregateFluentTNewResult
The fluent aggregate interface.

Implements

IAggregateFluentTResultUnwindTNewResult(FieldDefinitionTResult, AggregateUnwindOptionsTNewResult)
See Also