Click or drag to resize

RawBsonDocument.AddRange Method

Overload List
  NameDescription
Public methodAddRange(Dictionary<String, Object>)
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocument.AddRange(Dictionary<String, Object>).)
Public methodAddRange(IEnumerable<KeyValuePair<String, Object>>)
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocument.AddRange(IEnumerable<KeyValuePair<String, Object>>).)
Public methodAddRange(IDictionary)
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocument.AddRange(IDictionary).)
Public methodAddRange(IEnumerable<BsonElement>)
Adds a list of elements to the document.
(Overrides BsonDocument.AddRange(IEnumerable<BsonElement>).)
Top
See Also