Guest User

Untitled

a guest
Jul 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. IQueryable<string> ver = from p in Versions
  2. where p.docId == _Doc.Id
  3. select (p.name).Max().ToString();
  4. return (ver.ToList()[0]);
Add Comment
Please, Sign In to add comment