Questions tagged as 'linq'

1
answer

LINQ stored procedure

I'm calling a stored procedure through entityframework but I get an exception When passing the parameters exp="tblAdquiridosGe" _cFiltros="'d.cNombre = ''DE'''" return contexto.uspBusquedaCliente(exp,_cFiltros) But when I run th...
asked by 22.08.2018 / 18:15
1
answer

Is there a way to move from listT to ListListT with Linq?

I have made a code that does the following: public List<List<object>> SegmentarLista(List<object> origen, tamaño){ resultado= new List<List<object>>(); for (int i=0; i<origen.Length;i+tamaño){...
asked by 22.08.2018 / 19:18
2
answers

When can I use Linq and when to use Sql? [closed]

I have a series of doubts about when to use each of these, it would help me a lot to know their experiences     
asked by 13.11.2018 / 18:26