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