The ________ method is essential when you want to aggregate a collection of complex types in Entity Framework.

  • Count
  • GroupBy
  • Aggregate
  • Select
The correct option is "Aggregate". Aggregate method is essential for aggregating collections of complex types in Entity Framework. It allows performing calculations on collections of entities.
Add your answer
Loading...

Leave a comment

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