UpdateDocument Constructor |
Name | Description | |
---|---|---|
![]() | UpdateDocument() |
Initializes a new instance of the UpdateDocument class.
|
![]() | UpdateDocument(Boolean) |
Initializes a new instance of the UpdateDocument class specifying whether duplicate element names are allowed
(allowing duplicate element names is not recommended).
|
![]() | UpdateDocument(Dictionary<String, Object>) |
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | UpdateDocument(IEnumerable<KeyValuePair<String, Object>>) |
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | UpdateDocument(IDictionary) |
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | UpdateDocument(BsonElement) |
Initializes a new instance of the UpdateDocument class and adds one element.
|
![]() | UpdateDocument(BsonElement[]) | Obsolete.
Initializes a new instance of the UpdateDocument class and adds one or more elements.
|
![]() | UpdateDocument(IEnumerable<BsonElement>) |
Initializes a new instance of the UpdateDocument class and adds new elements from a list of elements.
|
![]() | UpdateDocument(Dictionary<String, Object>, IEnumerable<String>) | Obsolete.
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | UpdateDocument(IDictionary<String, Object>, IEnumerable<String>) | Obsolete.
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | UpdateDocument(IDictionary, IEnumerable) | Obsolete.
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | UpdateDocument(String, BsonValue) |
Initializes a new instance of the UpdateDocument class and creates and adds a new element.
|