Method WriteJavaScriptWithScope
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
WriteJavaScriptWithScope(string)
Writes a BSON JavaScript to the writer (call WriteStartDocument to start writing the scope).
void WriteJavaScriptWithScope(string code)
Parameters
code
string
The JavaScript code.