Newer Version Available
QueryResult
Represents the results of a query. For example, if you query on the object
EntityDefinition, all the layouts for that entity are returned as an array of QueryResult
objects in the Layouts field. Available in Tooling API version 34.0 and
later.
Fields
QueryResult is not an extension of sObject.
| Field | Details |
|---|---|
| done |
|
| entityTypeName |
|
| nextRecordsUrl |
|
| queryLocator |
|
| records |
|
| size |
|
| totalSize |
|