SelectFields |
Scroll |
Gets or sets the TheFieldList containing the fields to be included in the query results.
Namespace: Therefore.API
Property ValueThe TheFieldList containing the fields to be included in the query results. |
SelectFields Become ColumnsThe fields selected become columns in the query results, therefore every TheQueryResultRow will have the same number of items as there are field numbers in the SelectFields property.
AddAllUse the TheFieldList.AddAll method to include all visible fields in the query.
|