-
Type:
New Feature
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: LINQ
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I believe there's no way to do a $natural descending sort using LINQ, which can be useful for capped collections. A $natural ascending sort is the default sort order, so supporting this is not strictly necessary.
Suggest a new OrderNaturalDescneding LINQ extension method to support this scenario.