Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. customers.where(function(x) x.city = "London").Select(function(y) new with{y.CompanyName, y.Country})
  2.  
  3. customers.where(function(x) x.city = "London").select(function(y) y.countryname, y.country)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement