When querying a non-entity type, which method is commonly used to define the query result shape?

  • Select
  • Include
  • Where
  • Join
The correct option is Option 1: Select. When querying a non-entity type in Entity Framework, the Select method is commonly used to define the shape of the query result. This method allows you to specify which properties or fields you want to include in the result set.
Add your answer
Loading...

Leave a comment

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