Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. query.PageInfo = new PagingInfo();
  2. query.PageInfo.Count = 12;
  3. query.PageInfo.PageNumber = 209;
  4. query.PageInfo.ReturnTotalRecordCount = true;
  5.  
  6. EntityCollection results = Global._orgService.RetrieveMultiple(query);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement