Click or drag to resize

BulkUpdateRequestBuilderTDocument Methods

The BulkUpdateRequestBuilderTDocument generic type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodReplaceOne
Adds an update request to replace one matching document to the bulk operation.
Public methodToString (Inherited from Object.)
Public methodUpdate
Adds an update request to update all matching documents to the bulk operation.
Public methodUpdateOne
Adds an update request to update one matching document to the bulk operation.
Top
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also