Table of Contents

Class RenderedCommand<TResult>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public sealed class RenderedCommand<TResult>

Type Parameters

TResult
Inheritance
RenderedCommand<TResult>
Inherited Members

Constructors

RenderedCommand(BsonDocument, IBsonSerializer<TResult>)

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

Parameters

document BsonDocument
resultSerializer IBsonSerializer<TResult>

Properties

Document

public BsonDocument Document { get; }

Property Value

BsonDocument

ResultSerializer

public IBsonSerializer<TResult> ResultSerializer { get; }

Property Value

IBsonSerializer<TResult>