Posts by Rafael Marques • 1 point
1 post
-
0
votes0
answers68
viewsQ: Query 3 tables using LINQ and return a Json object
How do I query the database between 3 tables using LINQ by returning a JSON object following the Structure below ? Public class PedidoGrupo{ int id ; string nome ; public virtual List<Pedido>…