Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query by Ids #58

Open
jmawebtech opened this issue Feb 4, 2018 · 0 comments
Open

Query by Ids #58

jmawebtech opened this issue Feb 4, 2018 · 0 comments

Comments

@jmawebtech
Copy link

Hi,

Is it possible to pull a list of invoice by ids? I am trying to create an in query:

var results = client.DataService.Query<InfusionSoft.Tables.Invoice>( page: new DataPage(1000, 0), queryBuilder: q => q.Add(c => c.Id, new List<int> { 1, 2, 3 }));

I receive an error that the method does not accept an array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant