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.
我在文件元数据中存储了一些额外的细节。我试图弄清楚如何使用 c# 官方驱动程序来查询这个。
任何帮助将不胜感激。
database.GridFS.FindOne(Query.EQ("metadata.WhatsMyName",new Bson.BsonString("Chriss")));