Table of Contents

Class ObjectUpdateDefinition<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

An Object based update.

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

Type Parameters

TDocument

The type of the document.

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

Constructors

ObjectUpdateDefinition(object)

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

Properties

Object

Gets the object.

Methods

Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry, LinqProvider)

Renders the update to a BsonValue.