Class RenderedCommand

| MongoDB CSharp Driver API Reference (original) (raw)

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

Inherited Members

Constructors

RenderedCommand(BsonDocument, IBsonSerializer)

Initializes a new instance of the RenderedCommand class.

Properties

Document

Gets the document.

ResultSerializer

Gets the result serializer.