Click or drag to resize
RawBsonDocument.Add Method
Overload List
  NameDescription
Public methodAdd(Dictionary<String, Object>) Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocument.Add(Dictionary<String, Object>).)
Public methodAdd(IDictionary<String, Object>) Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocument.Add(IDictionary<String, Object>).)
Public methodAdd(IDictionary) Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocument.Add(IDictionary).)
Public methodAdd(BsonElement)
Adds an element to the document.
(Overrides BsonDocument.Add(BsonElement).)
Public methodAdd(BsonElement[]) Obsolete.
Adds a list of elements to the document.
(Overrides BsonDocument.Add(BsonElement[]).)
Public methodAdd(IEnumerable<BsonElement>) Obsolete.
Adds a list of elements to the document.
(Overrides BsonDocument.Add(IEnumerable<BsonElement>).)
Public methodAdd(Dictionary<String, Object>, IEnumerable<String>) Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocument.Add(Dictionary<String, Object>, IEnumerable<String>).)
Public methodAdd(IDictionary<String, Object>, IEnumerable<String>) Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocument.Add(IDictionary<String, Object>, IEnumerable<String>).)
Public methodAdd(IDictionary, IEnumerable) Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocument.Add(IDictionary, IEnumerable).)
Public methodAdd(String, BsonValue)
Creates and adds an element to the document.
(Overrides BsonDocument.Add(String, BsonValue).)
Public methodAdd(String, Func<BsonValue>, Boolean)
Creates and adds an element to the document, but only if the condition is true. If the condition is false the value factory is not called at all.
(Inherited from BsonDocument.)
Public methodAdd(String, BsonValue, Boolean)
Creates and adds an element to the document, but only if the condition is true.
(Overrides BsonDocument.Add(String, BsonValue, Boolean).)
Top
See Also