In Entity Framework, applying the ________ method after a GroupBy operation can help in calculating aggregates for each group.

  • Sum
  • Aggregate
  • GroupBy
  • Select
The correct option is "Aggregate". After using GroupBy in Entity Framework, Aggregate method is applied to perform calculations on each group. It's used for calculating aggregates like sum, average, etc.
Add your answer
Loading...

Leave a comment

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