Created
March 11, 2018 21:35
-
-
Save obegendi/3a6c3480fa8610b6c1bed2426066fd46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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