EvalArgs Class |
Namespace: MongoDB.Driver
The EvalArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) |
![]() | ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) |
![]() | ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |