BsonDocumentAdd Method |
Name | Description | |
---|---|---|
Add(DictionaryString, Object) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
| |
Add(IDictionaryString, 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(IEnumerableBsonElement) | Obsolete.
Adds a list of elements to the document.
| |
Add(DictionaryString, Object, IEnumerableString) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
| |
Add(IDictionaryString, Object, IEnumerableString) | 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, FuncBsonValue, 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.
|