KanbanBoardTmpTransferJob::limitQueryResuts Method
Limits the query results to the specified number of records.
Syntax
client server private static void limitQueryResuts(QueryRun _queryRun, int _maxRecords)
Run On
Called
Parameters
- _queryRun
Type: QueryRun Class
The Query object to limit.
- _maxRecords
Type: int
The maximum number of records to retrieve.