Executes a query and auto-fetches (i.e., "queryMore") all results. This is especially
useful with large query result sizes, such as over 2000 records. The default maximum
fetch size is 10,000 records. Modify this via the options argument.
Type parameters
T
Parameters
soql: string
The SOQL string.
Optional options: ExecuteOptions
The query options. NOTE: the autoFetch option will always be true.
Executes a query and auto-fetches (i.e., "queryMore") all results. This is especially useful with large query result sizes, such as over 2000 records. The default maximum fetch size is 10,000 records. Modify this via the options argument.