BsonDocument.AddRange Method |
Name | Description | |
---|---|---|
![]() | AddRange(Dictionary<String, Object>) |
Adds elements to the document from a dictionary of key/value pairs.
|
![]() | AddRange(IEnumerable<KeyValuePair<String, Object>>) |
Adds elements to the document from a dictionary of key/value pairs.
|
![]() | AddRange(IDictionary) |
Adds elements to the document from a dictionary of key/value pairs.
|
![]() | AddRange(IEnumerable<BsonElement>) |
Adds a list of elements to the document.
|