Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32062

Entity Framework

$
0
0
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.




Viewing all articles
Browse latest Browse all 32062

Trending Articles