Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 MongoDB 是否执行了插入或更新了记录。如何通过 C# 驱动程序找到它?
非常感谢你!
最新版的官方c#驱动默认开启了SafeMode,这意味着所有的操作都通过getLastError方法返回操作结果。SafeMode 也被重命名为 WriteConcern。