I am trying to add two columns from a class, but I am manipulating them with LinQ
I have understood that you can add but I can not find you, my code is the following, I would greatly appreciate your help.
var Query = (from c in Conceptos.TablaConceptos
select new TablaConcepto{
ID = c.ID,
FECHA = c.FECHA,
REGION = c.REGION,
ACTIVO = c.ACTIVO,
INSTALACION = c.INSTALACION,
TOTAL = c.TOTAL,
EMPAQUE = c.EMPAQUE,
QUEMADO = c.QUEMADO,
INYECTADO = c.INYECTADO,
ENDULZADO = c.ENDULZADO,
AUTOCONSUMO = c.AUTOCONSUMO
}).ToList();
return Query;'pudieran ayudar