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