Guest User

Untitled

a guest
Jul 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Dim Result As String = (From cust In Model.Customer
  2. Join comp In Model.Company On y.Id_Customer Equals 1
  3. Select cust.Name, comp.Name)
Add Comment
Please, Sign In to add comment