-
Type: New Feature
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.2.3
-
Component/s: Operations
-
None
Previous (Legacy) versions of the driver included a .Save() method on the collection that would either insert a new record or update an existing (if _id matched). Mongo itself has a collection.save() method that should be exposed for those of us who made previous heavy use of Save()
https://docs.mongodb.org/manual/reference/method/db.collection.save/#db.collection.save
- duplicates
-
CSHARP-1249 What happened to MongoCollection.Save() in version 2.0 ?
- Closed