Class JsonUpdateDefinition<TDocument>
A JSON string based update.
public sealed class JsonUpdateDefinition<TDocument> : UpdateDefinition<TDocument>
  Type Parameters
TDocumentThe type of the document.
- Inheritance
 - 
      
      UpdateDefinition<TDocument>JsonUpdateDefinition<TDocument>
 
- Inherited Members
 
- Extension Methods
 
Constructors
- JsonUpdateDefinition(string)
 Initializes a new instance of the JsonUpdateDefinition<TDocument> class.
Properties
- Json
 Gets the json.
Methods
- Render(RenderArgs<TDocument>)
 Renders the update to a BsonValue.