Table of Contents

Constructor RenderedProjectionDefinition

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

RenderedProjectionDefinition(BsonDocument, IBsonSerializer<TProjection>)

Initializes a new instance of the RenderedProjectionDefinition<TProjection> class.

public RenderedProjectionDefinition(BsonDocument document, IBsonSerializer<TProjection> projectionSerializer)

Parameters

document BsonDocument

The document.

projectionSerializer IBsonSerializer<TProjection>

The projection serializer.