Table of Contents

Class RenderedCommand<TResult>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A rendered command.

public sealed class RenderedCommand<TResult>

Type Parameters

TResult

The type of the result.

Inheritance
RenderedCommand<TResult>
Inherited Members

Constructors

RenderedCommand(BsonDocument, IBsonSerializer<TResult>)

Initializes a new instance of the RenderedCommand<TResult> class.

Properties

Document

Gets the document.

ResultSerializer

Gets the result serializer.