MaterializedOnDemandBsonDocumentAdd Method |
Name | Description | |
---|---|---|
Add(DictionaryString, Object) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocumentAdd(DictionaryString, Object).) | |
Add(IDictionaryString, Object) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocumentAdd(IDictionaryString, Object).) | |
Add(IDictionary) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocumentAdd(IDictionary).) | |
Add(BsonElement) |
Adds an element to the document.
(Overrides BsonDocumentAdd(BsonElement).) | |
Add(BsonElement) | Obsolete.
Adds a list of elements to the document.
(Overrides BsonDocumentAdd(BsonElement).) | |
Add(IEnumerableBsonElement) | Obsolete.
Adds a list of elements to the document.
(Overrides BsonDocumentAdd(IEnumerableBsonElement).) | |
Add(DictionaryString, Object, IEnumerableString) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocumentAdd(DictionaryString, Object, IEnumerableString).) | |
Add(IDictionaryString, Object, IEnumerableString) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocumentAdd(IDictionaryString, Object, IEnumerableString).) | |
Add(IDictionary, IEnumerable) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Overrides BsonDocumentAdd(IDictionary, IEnumerable).) | |
Add(String, BsonValue) |
Creates and adds an element to the document.
(Overrides BsonDocumentAdd(String, BsonValue).) | |
Add(String, BsonValue, Boolean) |
Creates and adds an element to the document, but only if the condition is true.
(Overrides BsonDocumentAdd(String, BsonValue, Boolean).) | |
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.
(Overrides BsonDocumentAdd(String, FuncBsonValue, Boolean).) |