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
David Smith
NA
2k
0
Inner joining to list using Linq
Mar 2 2012 12:39 PM
I am try to inner join to list, I am struggline , can someone assist me.
var groupList = from List1 in List1.AsEnumerable()
join List2 in List2.AsEnumerable()
on new
{
KEY1 = List1.ConcatString,
KEY2 = List1.CreationWriteTime
}
equals new
{
KEY1 = List2.ConcatString,
KEY2 = List2.CreationWriteTime
}
select List2;
Reply
Answers (
2
)
Windows applications on the current machine
How we insert session value into table