TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
GUDLANUR GUDLANUR
NA
5
6.4k
How to edit multiple joins in LINQ
Sep 21 2011 12:28 AM
Hi All
when I display the multiple tables using joins in linq.so I want edit correspondes tables' columsn;
ex:
DAO
public string name {get;set;}
public string location {get;set;}
var disaply =( from r in db.emtable join t db.salary on r.empid equlas t.empid
select new DAO
{
name=r.name,
locaiotion=t.location
});
Reply
Answers (
1
)
Regarding LINQ
Help with LINQ