How to make LINQ equivalent to the following SQL?
Select
sum(case when periodo = 1 then isnull(valor,0) else 0 end) Jan,
sum(case when periodo = 2 then isnull(valor,0) else 0 end) Feb,
sum(case when periodo = 3 then isnull(valo...
asked by
06.06.2018 / 21:20