QueryRow

Summary

The QueryRow object provides access to all the values in a row from the result of the queryJobs method.

Discussion

The QueryRow object can be accessed from QueryResult by index, field name or iterator.


In this topic