If arrRep is an array I can perform the following query with linq are the arrRep array, I want the references that meet the condition of the query:
arrRep = oRep.buscarTodosImpo(dFecIni, dFecFin, nDato);
var q = (from f in arrRep
w...
asked by
10.10.2017 / 18:28