SortingInfoList Constructors
Obsolete. Obsolete. Use the corresponding functionality of the SelectQuery class instead.Name | Parameters | Description |
---|---|---|
SortingInfoList() | none | Initializes a new instance of the SortingInfoList class. |
SortingInfoList(IEnumerable<SortingInfo>) | collection | Initializes a new instance of the SortingInfoList class. |
SortingInfoList(Int32) | capacity | Initializes a new instance of the SortingInfoList class. |
See Also