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(DictionaryString, Object) |
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | UpdateDocument(IEnumerableKeyValuePairString, 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(IEnumerableBsonElement) |
Initializes a new instance of the UpdateDocument class and adds new elements from a list of elements.
|
![]() | UpdateDocument(DictionaryString, Object, IEnumerableString) | Obsolete.
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | UpdateDocument(IDictionaryString, Object, IEnumerableString) | 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.
|