Class ObjectUpdateDefinition
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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
Gets the object.
Methods
Renders the update to a BsonValue.