Hi All
In this blog you will get to know some of the problems i have faced during my day to day work. and the solutiosn that i have used for those problems.
Tuesday, March 29, 2011
Left outer join in Linq C#
Left join Linq
from a in aa
join a in xx on a.d equals x.y into DefaultOrEmptyXDetails
from a in DefaultOrEmptyXDetails.DefaultIfEmpty()
selectnew a)
No comments:
Post a Comment