Click or drag to resize

MaterializedOnDemandBsonDocumentAddRange Method

Overload List
  NameDescription
Public methodAddRange(DictionaryString, Object)
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocumentAddRange(DictionaryString, Object).)
Public methodAddRange(IEnumerableKeyValuePairString, Object)
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocumentAddRange(IEnumerableKeyValuePairString, Object).)
Public methodAddRange(IDictionary)
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocumentAddRange(IDictionary).)
Public methodAddRange(IEnumerableBsonElement)
Adds a list of elements to the document.
(Overrides BsonDocumentAddRange(IEnumerableBsonElement).)
Top
See Also