开发者

GridFS and FindOne based upon file metadata

开发者 https://www.devze.com 2023-03-20 20:51 出处:网络
I\'ve got some additional details stored in a files metadata. I\'m trying to figure out how to query this out using the c# official driver.

I've got some additional details stored in a files metadata. I'm trying to figure out how to query this out using the c# official driver.

Any help wo开发者_运维问答uld be greatly appreciated.


database.GridFS.FindOne(Query.EQ("metadata.WhatsMyName",new Bson.BsonString("Chriss")));

0

精彩评论

暂无评论...
验证码 换一张
取 消