BsonDocument Constructor |
Name | Description | |
---|---|---|
BsonDocument |
Initializes a new instance of the BsonDocument class.
| |
BsonDocument(Boolean) |
Initializes a new instance of the BsonDocument class specifying whether duplicate element names are allowed
(allowing duplicate element names is not recommended).
| |
BsonDocument(DictionaryString, Object) |
Initializes a new instance of the BsonDocument class and adds new elements from a dictionary of key/value pairs.
| |
BsonDocument(IEnumerableKeyValuePairString, Object) |
Initializes a new instance of the BsonDocument class and adds new elements from a dictionary of key/value pairs.
| |
BsonDocument(IDictionary) |
Initializes a new instance of the BsonDocument class and adds new elements from a dictionary of key/value pairs.
| |
BsonDocument(BsonElement) |
Initializes a new instance of the BsonDocument class and adds one element.
| |
BsonDocument(BsonElement) | Obsolete.
Initializes a new instance of the BsonDocument class and adds one or more elements.
| |
BsonDocument(IEnumerableBsonElement) |
Initializes a new instance of the BsonDocument class and adds new elements from a list of elements.
| |
BsonDocument(DictionaryString, Object, IEnumerableString) | Obsolete.
Initializes a new instance of the BsonDocument class and adds new elements from a dictionary of key/value pairs.
| |
BsonDocument(IDictionaryString, Object, IEnumerableString) | Obsolete.
Initializes a new instance of the BsonDocument class and adds new elements from a dictionary of key/value pairs.
| |
BsonDocument(IDictionary, IEnumerable) | Obsolete.
Initializes a new instance of the BsonDocument class and adds new elements from a dictionary of key/value pairs.
| |
BsonDocument(String, BsonValue) |
Initializes a new instance of the BsonDocument class and creates and adds a new element.
|