RawBsonDocument.Add Method |
Name | Description | |
---|---|---|
![]() | Add(Dictionary<String, Object>) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocument.Add(Dictionary<String, Object>).) |
![]() | Add(IDictionary<String, Object>) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocument.Add(IDictionary<String, Object>).) |
![]() | Add(IDictionary) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocument.Add(IDictionary).) |
![]() | Add(BsonElement) |
Adds an element to the document.
(Overrides BsonDocument.Add(BsonElement).) |
![]() | Add(BsonElement[]) | Obsolete.
Adds a list of elements to the document.
(Overrides BsonDocument.Add(BsonElement[]).) |
![]() | Add(IEnumerable<BsonElement>) | Obsolete.
Adds a list of elements to the document.
(Overrides BsonDocument.Add(IEnumerable<BsonElement>).) |
![]() | Add(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>).) |
![]() | Add(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>).) |
![]() | Add(IDictionary, IEnumerable) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocument.Add(IDictionary, IEnumerable).) |
![]() | Add(String, BsonValue) |
Creates and adds an element to the document.
(Overrides BsonDocument.Add(String, BsonValue).) |
![]() | Add(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.) |
![]() | Add(String, BsonValue, Boolean) |
Creates and adds an element to the document, but only if the condition is true.
(Overrides BsonDocument.Add(String, BsonValue, Boolean).) |