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
Asp.Net Hein
NA
266
166.3k
How to use not equal in joining of LINQ
Jun 17 2015 3:09 AM
var h = (from l in EntityBroker.getEntity().trainings
group l by new { l.IDNo } into z
where z.Where(y => y.IDNo == z.Key.IDNo).Count() >= 1
join n in EntityBroker.getEntity().members on "Singapore Citizen"
equals
n.Nationality
select new { Idnumber = z.Key.IDNo });
You will see my example code... In this code I want to use ' not equal ' instead of equals.
Please don't say like "!="...... It cannot use in this statement.
Thanks a lot for viewing my question and give me the correct answer. :-)
Reply
Answers (
2
)
About Telerik RadEditor
Could not find control 'ControlName' in ControlParameter