Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | None | 0 0
  1. var query = from employee in NorthwindEntities.Employee
  2.             join territory in NorthwindEntities.Territory on 1 equals 1
  3.             where employee.LastName == "Fuller"
  4.             select new { Post = post, Meta = meta };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement