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