BulkUpdateRequestBuilderTDocumentUpdate Method |
Adds an update request to update all matching documents to the bulk operation.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public void Update(
IMongoUpdate update
)
Public Sub Update (
update As IMongoUpdate
)
member Update :
update : IMongoUpdate -> unit
Parameters
- update
- Type: MongoDB.DriverIMongoUpdate
The update.
See Also