Guest User

Untitled

a guest
Oct 15th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Var values = from charToVal in CharacToValues
  2. join prodToVal in ProductToValue
  3. on charToVal.ValueId EQUALS prodToVal.ValueId
  4. select new Value { id = charToVal.ValueId }
Add Comment
Please, Sign In to add comment