I would like to make a COUNT using LINQ / LAMBDA, but I'm having difficulties. Can you help me?
The idea is to reproduce the following query:
SELECT Conta, Tipo, Documento, Nome, COUNT(0) AS Qtde
FROM TaxaPrecificacao
GROUP BY Conta...
asked by
27.09.2017 / 17:41