Table of Contents

Method UpdateOne

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

UpdateOne(IMongoUpdate)

Adds an update request to update one matching document to the bulk operation.

public void UpdateOne(IMongoUpdate update)

Parameters

update IMongoUpdate

The update.