Class ObjectUpdateDefinition

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

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

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

Type Parameters

TDocument

The type of the document.

Inheritance

ObjectUpdateDefinition

Inherited Members

Extension Methods

Constructors

ObjectUpdateDefinition(object)

Initializes a new instance of the ObjectUpdateDefinition class.

Properties

Object

Gets the object.

Methods

Render(RenderArgs)

Renders the update to a BsonValue.