Table of Contents

Method WriteJavaScriptWithScope

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

WriteJavaScriptWithScope(string)

Writes a BSON JavaScript to the writer (call WriteStartDocument to start writing the scope).

public override void WriteJavaScriptWithScope(string code)

Parameters

code string

The JavaScript code.