Skip to content

Instantly share code, notes, and snippets.

@AhmedKamal
Created September 7, 2014 20:26
Show Gist options
  • Save AhmedKamal/01dad4a06ef69370b882 to your computer and use it in GitHub Desktop.
Save AhmedKamal/01dad4a06ef69370b882 to your computer and use it in GitHub Desktop.
q
var query = from i in dataModel.Items
join t in dataModel.toreadlist
on i.ItemID equals t.ItemID
select i;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment