Click or drag to resize

PipelineStageDefinitionBuilderUnwind Method

Overload List
  NameDescription
Public methodStatic memberUnwindTInput(ExpressionFuncTInput, Object, AggregateUnwindOptionsBsonDocument)
Creates an $unwind stage.
Public methodStatic memberUnwindTInput, TOutput(ExpressionFuncTInput, Object, AggregateUnwindOptionsTOutput)
Creates an $unwind stage.
Public methodStatic memberUnwindTInput(FieldDefinitionTInput, AggregateUnwindOptionsBsonDocument)
Creates an $unwind stage.
Public methodStatic memberUnwindTInput, TOutput(FieldDefinitionTInput, AggregateUnwindOptionsTOutput)
Creates an $unwind stage.
Top
See Also