AddQuery
Adds a query to the transaction.
native int AddQuery(const char[] query, any data = 0)
Parameters
const char[] query
Query string.
any data
Extra data value to pass to the final callback.
Return Value
int The index of the query in the transaction's query list.