Skip to content

Instantly share code, notes, and snippets.

@obegendi
Created March 11, 2018 21:35
Show Gist options
  • Save obegendi/3a6c3480fa8610b6c1bed2426066fd46 to your computer and use it in GitHub Desktop.
Save obegendi/3a6c3480fa8610b6c1bed2426066fd46 to your computer and use it in GitHub Desktop.
(from b in DataContext.Branches
join c in DataContext.Cities on b.CityID equals c.CityID
where b.BankID == 2 && b.Status == true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment