QueryResult
Last updated 5/02/2024
QueryResult Object
The QueryResult
object is an object returned from the executeQuery()
function which contains the information about the results returned from the query.
Functions
recordCount()
The recordCount()
is a function on the QueryResult
object that tells how many records in a record have been returned.
Function Signature
recordCount() : number;