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