Click or drag to resize

UpdateDocument Constructor

Overload List
  NameDescription
Public methodUpdateDocument
Initializes a new instance of the UpdateDocument class.
Public methodUpdateDocument(Boolean)
Initializes a new instance of the UpdateDocument class specifying whether duplicate element names are allowed (allowing duplicate element names is not recommended).
Public methodUpdateDocument(DictionaryString, Object)
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
Public methodUpdateDocument(IEnumerableKeyValuePairString, Object)
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
Public methodUpdateDocument(IDictionary)
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
Public methodUpdateDocument(BsonElement)
Initializes a new instance of the UpdateDocument class and adds one element.
Public methodUpdateDocument(BsonElement) Obsolete.
Initializes a new instance of the UpdateDocument class and adds one or more elements.
Public methodUpdateDocument(IEnumerableBsonElement)
Initializes a new instance of the UpdateDocument class and adds new elements from a list of elements.
Public methodUpdateDocument(DictionaryString, Object, IEnumerableString) Obsolete.
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
Public methodUpdateDocument(IDictionaryString, Object, IEnumerableString) Obsolete.
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
Public methodUpdateDocument(IDictionary, IEnumerable) Obsolete.
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
Public methodUpdateDocument(String, BsonValue)
Initializes a new instance of the UpdateDocument class and creates and adds a new element.
Top
See Also