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
dipti prasad
NA
76
39k
how to apply joins in linq query
Dec 19 2014 4:25 AM
Hi Friends,
Please help me for below query:
how to apply join ???like i want this type output query
select * from CostCentre1 as c left Outer join Master as m on m.code=c.code
my query :
return Json(context.CostCentre1.Where(x => x.Name.Contains(term)).Select(s => s.Name).ToArray(), JsonRequestBehavior.AllowGet);
Reply
Answers (
4
)
Remove some Records from child collection using Lambda expr
query for continuous data in linq to sql