Click or drag to resize

PipelineDefinition<TInput, TOutput>.Render Method (IBsonSerializer<TInput>, IBsonSerializerRegistry, LinqProvider)

Renders the pipeline.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
public abstract RenderedPipelineDefinition<TOutput> Render(
	IBsonSerializer<TInput> inputSerializer,
	IBsonSerializerRegistry serializerRegistry,
	LinqProvider linqProvider
)

Parameters

inputSerializer
Type: MongoDB.Bson.Serialization.IBsonSerializer<TInput>
The input serializer.
serializerRegistry
Type: MongoDB.Bson.Serialization.IBsonSerializerRegistry
The serializer registry.
linqProvider
Type: MongoDB.Driver.Linq.LinqProvider
The LINQ provider.

Return Value

Type: RenderedPipelineDefinition<TOutput>
A RenderedPipelineDefinition<TOutput>
See Also