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
Sivakumar
NA
551
219.8k
How to update table column using linq to sql
Oct 4 2015 2:35 AM
Hi,
This is my table :
This is my controller :
[HttpGet]
[Route("Read")]
//api/notifications/read
public int ReadNotification(int NotificationId)
{
return _notification.ReadNotification(NotificationId);
}
When I call this controller change the
IsRead column is 1
Please give me linq to sql query for that.
Thank you.
Reply
Answers (
1
)
I am trying to Display Lock or Unlock Images on Searched Do
Cannot implicitly convert type 'System.Linq.IQueryable'