SortByDocument Constructor |
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(Dictionary<String, Object>) |
Initializes a new instance of the SortByDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | SortByDocument(IEnumerable<KeyValuePair<String, 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(IEnumerable<BsonElement>) |
Initializes a new instance of the SortByDocument class and adds new elements from a list of elements.
|
![]() | SortByDocument(Dictionary<String, Object>, IEnumerable<String>) | Obsolete.
Initializes a new instance of the SortByDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | SortByDocument(IDictionary<String, Object>, IEnumerable<String>) | 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.
|