Table of Contents

Class RenderedProjectionDefinition<TProjection>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A rendered projection.

public sealed class RenderedProjectionDefinition<TProjection>

Type Parameters

TProjection

The type of the projection.

Inheritance
RenderedProjectionDefinition<TProjection>
Inherited Members

Constructors

RenderedProjectionDefinition(BsonDocument, IBsonSerializer<TProjection>)

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

Properties

Document

Gets the document.

ProjectionSerializer

Gets the serializer.