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
thilanka ishara
NA
16
11.1k
sql to LINQ
Aug 15 2014 4:51 AM
how can i convert bellow sql query to LINQ ?
SELECT dbo.AD_UserInReaders.ReaderID
FROM dbo.AD_UserInReaders
where sUserID=2 and ReaderID NOT IN
(SELECT dbo.TB_USER_DEVICE.nDeviceID FROM dbo.TB_USER_DEVICE WHERE (dbo.TB_USER_DEVICE.nUserIdn = 2))
Thank you
Reply
Answers (
8
)
Report Viewer using linq to sql and vb.net
get values from linq