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
dc
NA
663
0
C# linq
Oct 4 2012 3:37 PM
I am trying to write a linq to sql statement in a C# 2008 application that writes to a sql server 2008 database.
I am able to write the following statement where there are no syntax errors;
var fdrPkg = (from a in rData.ails where a.PID == S).
However the above editor will not let me write the select part of the statement where I add firstordefault.
Thus can you tell me what you think could be wrong and/or how I can change the linq to sql statement so that it will work for me?
Reply
Answers (
2
)
How do I compare strings to see if they are composed of the same words?
C# linq count