gpt4 book ai didi

.net - 在 MongoDB 10Gen 的驱动程序上使用 MongoDB shell 命令

转载 作者:IT老高 更新时间:2023-10-28 12:30:16 24 4
gpt4 key购买 nike

我想通过 MongoDb 10Gen 的 .net(c#) 驱动程序简单地执行纯 MongoDB 查询。

例如。我想在驱动程序上使用以下命令

db.people.update( { name:"Joe" }, { $inc: { n : 1 } } );

我不确定我该怎么做。我对如何通过高级 api 类进行操作不感兴趣。

最佳答案

C# 驱动程序(或任何其他驱动程序)并非旨在“直接”运行 mongo shell 命令。这就是外壳的用途。您需要做的是将 mongo shell 命令转换为等效的 C# 语句。

如果您想运行 mongo shell 命令,请在 mongo shell 中运行它们。

关于.net - 在 MongoDB 10Gen 的驱动程序上使用 MongoDB shell 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7947804/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com