Class RenderedProjectionDefinition
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
A rendered projection.
public sealed class RenderedProjectionDefinition<TProjection>
Type Parameters
TProjection
The type of the projection.
Inheritance
RenderedProjectionDefinition
Inherited Members
Constructors
RenderedProjectionDefinition(BsonDocument, IBsonSerializer)
Initializes a new instance of the RenderedProjectionDefinition class.
Properties
Gets the document.
Gets the serializer.