Table of Contents

Constructor RenderedCommand

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

RenderedCommand(BsonDocument, IBsonSerializer<TResult>)

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

public RenderedCommand(BsonDocument document, IBsonSerializer<TResult> resultSerializer)

Parameters

document BsonDocument

The document.

resultSerializer IBsonSerializer<TResult>

The result serializer.