Click or drag to resize

BulkWriteRequestBuilderTDocument Methods

The BulkWriteRequestBuilderTDocument generic type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemove
Adds a request to remove all matching documents to the bulk operation.
Public methodRemoveOne
Adds a request to remove one matching documents to the bulk operation.
Public methodReplaceOne
Adds a request to replace one matching documents to the bulk operation.
Public methodToString (Inherited from Object.)
Public methodUpdate
Adds a request to update all matching documents to the bulk operation.
Public methodUpdateOne
Adds a request to update one matching documents to the bulk operation.
Public methodUpsert
Specifies that the request being built should be an upsert.
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