Table of Contents

Class EvalArgs

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents arguments for the Eval command helper method.

public class EvalArgs
Inheritance
EvalArgs
Inherited Members
Extension Methods

Properties

Args

Gets or sets the arguments to the JavaScript code.

Code

Gets or sets the JavaScript code.

Lock

Gets or sets a value indicating whether the server should take a global write lock when executing the JavaScript code.

MaxTime

Gets or sets the max time.