getDataQuery

open fun getDataQuery(index: Int): DataQuery

Return the data query, if isDataQuery(index) is true; otherwise throws undefined.

Return

The data query, if isDataQuery(index) is true; otherwise throws undefined.

Parameters

index

From zero to size - 1.