DataTable

This is a logical grouping of data contained within the response. It is composed of rows of data and a set of loosely-typed parameters.

Accessing the parameters

This is done by calling the getParamForName method and passing the name as a method parameter.

Accessing the rows

This is done by calling the getTableRows method which returns an enumerable/iterable collection of loosely-typed rows. These rows are key-pair structures that must be accessed by name. See the command reference guide for details.