Join Lists with LINQ - SharePoint 2010
Posted by: EggHeadCafe.com New Articles,
on 15 Feb 2010 |
View original | Bookmarked: 0 time(s)
One common request for LINQ to SharePoint is support for joins across Lists. This article will show you how to use the Join() operator in efficient way. Show here by an example that joins two lists, a Customer List and an Orders Lists, based on a relationship between certain columns in these lists. read more
By Alon Havivi