Click or drag to resize
IBsonReaderReadObjectId Method
Reads a BSON ObjectId from the reader.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax
ObjectId ReadObjectId()

Return Value

Type: ObjectId
An ObjectId.
See Also