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
bhr kshn
NA
20
1.4k
Left join LINQ
May 20 2014 5:18 AM
Hello
I want to write left join by linq and fill a view by out but of this left join.
my left join is like below
select table1.a, table1.b,table2.c
from table1 left join table2
on table1.a=table2.c
where table2.g="123" or table2.g==null
as I said want to put output of this join to a view.
Thanks for your help.
Reply
Answers (
3
)
Passing records grouped using group by in LINQ to a MVC View
How to deserialize a object type class in linq