Summary
The QueryField object exposes properties detailing a field returned by the queryJobs method.
Discussion
The QueryField object of a certain QueryResult row can be accessed by index or iterator.
Properties
Property | Explanation | Data Type |
name (Read Only) | The field name returned from job query. | String |
alias (Read Only) | The field alias returned from job query. | String |