The orderby clause is used to ___________ the result set in LINQ to DataSet.

  • Filter
  • Sort
  • Join
  • Group
The correct option is 'Sort'. In LINQ to DataSet, the orderby clause is used to sort the result set based on one or more criteria. It allows you to specify the order in which the elements should appear in the result set, such as ascending or descending order.
Add your answer
Loading...

Leave a comment

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