Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Retrieve QBD Accounts by ListIdSet
- //Documentation: http://goo.gl/G5pCj
- AccountQuery qbdAccountQuery = new AccountQuery();
- qbdAccountQuery.Items = new object[] { new IdSet(){ Id = new IdType[] { new IdType() { idDomain = idDomainEnum.NG, Value = "79841" } } }};
- qbdAccountQuery.ItemsElementName = new ItemsChoiceType4[] {ItemsChoiceType4.ListIdSet};
- List<Account> accountQueryResult = qbdAccountQuery.ExecuteQuery<Account>(context).ToList<Account>();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement