Method ReadRawBsonDocument
ReadRawBsonDocument(IBsonReader, string)
Reads a raw BSON document.
public static IByteBuffer ReadRawBsonDocument(this IBsonReader reader, string name)
Parameters
reader
IBsonReaderThe reader.
name
stringThe name.
Returns
- IByteBuffer
The raw BSON document.