ViewFields Element (List)
Published: May 2010
Provides an enumeration of the fields in a view through a listing of the FieldRef elements.
<ViewFields> </ViewFields>
For a FieldRef element to be used within a ViewBody element, it must also be included in the ViewFields element to ensure that the field is available in the database result set.
The SQL SELECT clause is generated from the collection of FieldRef listings.
ViewFields can include references to fields in a foreign list, if there is a join defined by a Join element.