Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
Entity Framework
Santosh Pisipati
11y
989
1
Reply
1. from m in me.Messages where m.RoomID == Convert.ToInt32(lblRoomId.Text)
orderby m.TimeStamp descending
select m).Take(20).OrderBy(m => m.TimeStamp);
Above Query is in Linq and should be changed to Entity Framework
2.
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
validation for view state failed error in asp.net website
Copy newest files from folder to another location with c#