Method SaveUpdates
- Namespace
- MongoDB.EntityFrameworkCore.Storage
- Assembly
- MongoDB.EntityFrameworkCore.dll
SaveUpdates(IEnumerable<MongoUpdate>)
Save the supplied MongoUpdate operations to the database.
public long SaveUpdates(IEnumerable<MongoUpdate> updates)
Parameters
updatesIEnumerable<MongoUpdate>An IEnumerable<T> containing the updates to apply to the database.
Returns
- long
The number of documents modified.