LINQ OrderBy Operator(Ascending)

Posted by Neha P.
6
Nov 2, 2019
45 Views
In LINQ, the OrderBy operator is used to sort the list/ collection values in ascending order. In LINQ, if we use order by the operator by default, it will sort the list of values in ascending order. We don't need to add any ascending condition in the query statement.
Comments
avatar
Please sign in to add comment.