BsonDocumentAddRange Method (IDictionary) |
Adds elements to the document from a dictionary of key/value pairs.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax public virtual BsonDocument AddRange(
IDictionary dictionary
)
Public Overridable Function AddRange (
dictionary As IDictionary
) As BsonDocument
abstract AddRange :
dictionary : IDictionary -> BsonDocument
override AddRange :
dictionary : IDictionary -> BsonDocument
Parameters
- dictionary
- Type: System.CollectionsIDictionary
The dictionary.
Return Value
Type:
BsonDocumentThe document (so method calls can be chained).
See Also