Class BsonDocumentUpdateDefinition

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

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

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

Type Parameters

TDocument

The type of the document.

Inheritance

BsonDocumentUpdateDefinition

Inherited Members

Extension Methods

Constructors

BsonDocumentUpdateDefinition(BsonDocument)

Initializes a new instance of the BsonDocumentUpdateDefinition class.

Properties

Document

Gets the document.

Methods

Render(RenderArgs)

Renders the update to a BsonValue.