In a LINQ query, the ________ clause can be used to shape data into a non-entity type.

  • Select
  • From
  • Where
  • OrderBy
The correct option is "Select." The Select clause in LINQ is used to shape the data by specifying which properties or expressions to include in the result set. It allows you to project the data into a non-entity type according to your requirements.
Add your answer
Loading...

Leave a comment

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