Method CreateAll
- Namespace
- MongoDB.EntityFrameworkCore.Storage
- Assembly
- MongoDB.EntityFrameworkCore.dll
CreateAll(IEnumerable<IUpdateEntry>)
Create a enumeration of MongoUpdate from an enumeration of EF-supplied IUpdateEntry.
public static IEnumerable<MongoUpdate> CreateAll(IEnumerable<IUpdateEntry> entries)
Parameters
entriesIEnumerable<IUpdateEntry>The EF-supplied IUpdateEntry to process.
Returns
- IEnumerable<MongoUpdate>
An enumeration of MongoUpdate that corresponds to these updates.