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