Advertisement
rstx2

awx replace datetime

Mar 24th, 2021
1,048
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.32 KB | None | 0 0
  1. var asbhjsbdja = (from x in col.FindAll().OrderByDescending(d => d.CreatedAt)
  2.                               group x by new { x.ReqFormNo, x.ReqFormDesc }
  3.                               into xx
  4.                               select new { RFN = xx.Key.ReqFormDesc, RFD = xx.Key.ReqFormDesc, MS = xx.Max(x => x.CreatedAt)}).ToList();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement