Class ObjectUpdateDefinition<TDocument>
An Object based update.
Type Parameters
TDocument
The type of the document.
- Inheritance
-
Update
Definition <TDocument>ObjectUpdateDefinition<TDocument>
- Inherited Members
- Extension Methods
Constructors
- Object
Update Definition(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 Bson
Value .