I need to write the following query in the Linq Entity Framework. I'm having difficulty in the subquery part, where I need to accumulate the quantity field.
SELECT ppc.[PedidoCompraId]
,ppc.[EAN]
,ppc.[Preco]
,ppc.[Quantidade]
,ppc.[Un...
asked by
26.04.2017 / 20:19