Uri.setQueryTable

Set the query table to use in the URI. The old table is unreferenced and a reference to the new one is used instead. A value if null for query_table will remove the query string from the URI.

class Uri
bool
setQueryTable
(
string[string] queryTable = null
)

Parameters

queryTable string[string]

The new query table to use.

Return Value

Type: bool

true if the new table was successfully used for the query table.