Method SaveUpdates
- Namespace
- MongoDB.EntityFrameworkCore.Storage
- Assembly
- MongoDB.EntityFrameworkCore.dll
SaveUpdates(IEnumerable<MongoUpdate>)
Save updates to a MongoDB database.
long SaveUpdates(IEnumerable<MongoUpdate> updates)
Parameters
updatesIEnumerable<MongoUpdate>The updates to save to the database.
Returns
- long
The number of affected documents.