QueryOutputFields property: QuerySelect class
Description
This property returns a reference to a QueryField Collection made up of QueryOutputFields.
The collection of QueryOutputFields does not necessarily include all columns returned in query resultset. This collection only includes columns that have been added to query output collection using the query classes or by an end-user designing a query.
PeopleSoft Query can also add additional columns for related language processing and also for translate labels on fields, and so you cannot use the Query Output Collections as a way to discover all of the columns that are returned in the resultset or by executing the SQL generated from a query.
This is property is read-only.
Related Topics