Class JsonUpdateDefinition
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
A JSON string based update.
public sealed class JsonUpdateDefinition<TDocument> : UpdateDefinition<TDocument>
Type Parameters
TDocument
The type of the document.
Inheritance
JsonUpdateDefinition
Inherited Members
Extension Methods
Constructors
Initializes a new instance of the JsonUpdateDefinition class.
Properties
Gets the json.
Methods
Renders the update to a BsonValue.