In LINQ to DataSet, the where clause is used to ___________ elements based on a specified condition.

  • Filter
  • Sort
  • Join
  • Group
The correct option is 'Filter'. In LINQ to DataSet, the where clause is used to filter elements from the result set based on a specified condition. It allows you to include only those elements that satisfy the specified condition.
Add your answer
Loading...

Leave a comment

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