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(Dictionary<String, Object>)
Initializes a new instance of the UpdateDocument class and adds new elements from a dictionary of key/value pairs.
Public methodUpdateDocument(IEnumerable<KeyValuePair<String, 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(IEnumerable<BsonElement>)
Initializes a new instance of the UpdateDocument class and adds new elements from a list of elements.
Public methodUpdateDocument(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.
Public methodUpdateDocument(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.
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