BsonJavaScript Constructor |
Initializes a new instance of the BsonJavaScript class.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax public BsonJavaScript(
string code
)
Public Sub New (
code As String
)
new :
code : string -> BsonJavaScript
Parameters
- code
- Type: SystemString
The JavaScript code.
See Also