In a LINQ query, the orderby clause is used to ___________ the elements in the result set.

  • Arrange
  • Filter
  • Sort
  • Group
The "orderby" clause in a LINQ query is used to sort the elements in the result set based on specified criteria. Hence, it sorts the elements, not arranges or filters them. "Sort" is the correct option.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *