I think this article here:
http://ift.tt/1IjsCe2
Explains use of join pretty well with an example.
Something like:
var MatchedCategories = from cat in CategoryList join itm in ItemList on cat.ID equals itm.CategoryID
Hope that helps.
No comments:
Post a Comment