ScopeDocument Constructor (String, BsonValue) |
Initializes a new instance of the ScopeDocument class and creates and adds a new element.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntaxpublic ScopeDocument(
string name,
BsonValue value
)
Public Sub New (
name As String,
value As BsonValue
)
new :
name : string *
value : BsonValue -> ScopeDocument
Parameters
- name
- Type: System.String
The name of the element to add to the document. - value
- Type: MongoDB.Bson.BsonValue
The value of the element to add to the document.
See Also