Property Model
- Namespace
- MongoDB.EntityFrameworkCore.Storage
- Assembly
- MongoDB.EntityFrameworkCore.dll
Model
The MongoDB.Driver.WriteModel<TDocument> that contains both the document being modified and indication of the type of update being performed.
public WriteModel<BsonDocument> Model { get; }
Property Value
- WriteModel<BsonDocument>