Performance on joins in linq
Posted
by swapna
on Stack Overflow
See other posts from Stack Overflow
or by swapna
Published on 2010-06-07T04:58:18Z
Indexed on
2010/06/07
5:02 UTC
Read the original article
Hit count: 263
LINQ
HI ,
I am going to rewrite a store procedure in LINQ.
What this sp is doing is joining 12 tables and get the data and insert it into another table.
it has 7 left outer joins and 4 inner joins.And returns one row of data.
Now question. 1)What is the best way to achieve this joins in linq. 2) do you think this affect performance (its only retrieving one row of data at a given point of time)
Please advice.
Thanks SNA.
© Stack Overflow or respective owner