Pritpal kaur
:)
6/15/16
How to bring two table from entity Framework
var result = db.table1.Join(db.table2, r => r.Id, p => p.CountryId, (r, p) =>
new { r.Id, r.Name, p.CityId,p.CityName,p.CountryId });
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment