I have two classes:
Produção
{
int id,
procedimento int,
quant int
string competencia
}
bpi
{
int id,
ini idProducao
}
How to convert the code below to LINQ ?
select ((sum(procedimento) + sum(quant)) mod 1111) + 1111 from producao...
asked by
12.03.2017 / 20:53