Click or drag to resize

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

Returns a String that represents this instance.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public string ToString(
	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: String
A String that represents this instance.
See Also