Click or drag to resize

SortByDocument Constructor

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