Posts by Cristian Jonatas • 1 point
1 post
-
0
votes1
answer41
viewsA: Show grouped data in view
This error probably happens because of the element call sequence in the query. Try to change that: var result = await _context.Departments.Include(d => d.Institution).OrderBy(d =>…