Transaction.AddQuery Method

Adds a query to the transaction.

int AddQuery(const char[] query, any data)

Parameters

const char[] query

Query string.

any data

Extra data value to pass to the final callback.

Return Value

The index of the query in the transaction's query list.