Force.com-Toolkit-for-NET icon indicating copy to clipboard operation
Force.com-Toolkit-for-NET copied to clipboard

QueryAllAsync doesn't return all records

Open mathishuettl opened this issue 5 months ago • 0 comments

Hello,

I use the following code, but I only get 2,000 records instead of all records, what do I do wrong?

client = new ForceClient(instanceUrl, accessToken, apiVersion);
var contentVersion = await client.QueryAllAsync<ContentVersion>("MY QUERY");

mathishuettl avatar Sep 04 '24 12:09 mathishuettl