Table of Contents

Class BsonDocumentUpdateDefinition<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A BsonDocument based update.

public sealed class BsonDocumentUpdateDefinition<TDocument> : UpdateDefinition<TDocument>

Type Parameters

TDocument

The type of the document.

Inheritance
UpdateDefinition<TDocument>
BsonDocumentUpdateDefinition<TDocument>
Inherited Members
Extension Methods

Constructors

BsonDocumentUpdateDefinition(BsonDocument)

Initializes a new instance of the BsonDocumentUpdateDefinition<TDocument> class.

Properties

Document

Gets the document.

Methods

Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry, LinqProvider)

Renders the update to a BsonValue.