MongoGridFSFileInfoOpenRead Method |
Opens an existing GridFS file for reading.
Namespace: MongoDB.Driver.GridFSAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.1.0
Syntax public MongoGridFSStream OpenRead()
Public Function OpenRead As MongoGridFSStream
member OpenRead : unit -> MongoGridFSStream
Return Value
Type:
MongoGridFSStreamA stream.
See Also