Class JsonUpdateDefinition<TDocument>
A JSON string based update.
Type Parameters
TDocument
The type of the document.
- Inheritance
-
Update
Definition <TDocument>JsonUpdateDefinition<TDocument>
- Inherited Members
- Extension Methods
Constructors
- Json
Update Definition(string) Initializes a new instance of the JsonUpdateDefinition<TDocument> class.
Properties
- Json
Gets the json.
Methods
- Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry, LinqProvider)
Renders the update to a Bson
Value .