Table of Contents

Method ReadRawBsonDocument

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

ReadRawBsonDocument(IBsonReader, string)

Reads a raw BSON document.

public static IByteBuffer ReadRawBsonDocument(this IBsonReader reader, string name)

Parameters

reader IBsonReader

The reader.

name string

The name.

Returns

IByteBuffer

The raw BSON document.