简体   繁体   中英

C# MongoDB.Driver 2.2. - Usage of GridFs

I 've used the GridFs functions with the legacy mongo db c# driver in the following way.

var file = Database.GridFS.FindOne(Query.EQ("_id", ObjectId.Parse(file.Id)));

The MongoDb C# 2.1 driver, implements GridFs in an other way, could somebody show me please an example? I've found no documentation yet.

The .NET driver documentation has a detailed guide on using GridFS. http://mongodb.github.io/mongo-csharp-driver/2.2/reference/gridfs/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM