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