add Query Result
See addQueryResult(DataQuery, QueryResult, Int).
Parameters
query
Query parameter.
result
Result parameter.
Add a query result to this request batch.
Parameters
query
Data query, which must have been previously added to this batch using addQuery.
index
From zero to size - 1. Index for the query. Omit if unknown, in which case the query will be located by a linear search.
result
Query result.