You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model.Data=db.LobbyChatHistories.SqlQuery("SELECT TOP 100 * FROM [dbo].[LobbyChatHistories] WHERE [Target] = {0} AND [SayPlace] = {1} ORDER BY [Time] DESC",channelName,SayPlace.Channel)
207
+
.ToList().AsQueryable();
208
+
//Note if using Take(), it will be slow for uncommon channels like zktourney when ordering by Time and slow for common channels like zk if ordering by ID
0 commit comments