Table of Contents

Property Projection

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Projection

Gets or sets the projection.

public ProjectionDefinition<TDocument, TProjection> Projection { get; set; }

Property Value

ProjectionDefinition<TDocument, TProjection>