Table of Contents

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

updates IEnumerable<MongoUpdate>

The updates to save to the database.

Returns

long

The number of affected documents.