Table of Contents

Class EmptyPipelineDefinition<TInput>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents an empty pipeline.

public sealed class EmptyPipelineDefinition<TInput> : PipelineDefinition<TInput, TInput>

Type Parameters

TInput

The type of the input documents.

Inheritance
PipelineDefinition<TInput, TInput>
EmptyPipelineDefinition<TInput>
Inherited Members
Extension Methods

Constructors

EmptyPipelineDefinition(IBsonSerializer<TInput>)

Initializes a new instance of the EmptyPipelineDefinition<TInput> class.

Properties

OutputSerializer

Gets the output serializer.

Stages

Gets the stages.

Methods

Render(IBsonSerializer<TInput>, IBsonSerializerRegistry, LinqProvider)

Renders the pipeline.