Guest User

Untitled

a guest
May 7th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. masterService.Grid().GroupBy(x=>x.Operation).Select(x=>new{Operation=x.Key});
  2.  
  3. masterService.Grid().GroupBy("Operation").Select("new(Operation.Key as Operation)");
Add Comment
Please, Sign In to add comment