| ArcGIS Runtime SDK for iOS
    100.15
    | 
Go to the source code of this file.
| Enumerations | |
| enum | AGSQueryFeatureFields { AGSQueryFeatureFieldsIDsOnly = 0 , AGSQueryFeatureFieldsMinimum = 1 , AGSQueryFeatureFieldsLoadAll = 2 } | 
Controls which attributes are included in the features returned by queryFeaturesWithParameters:queryFeatureFields:completion: (AGSServiceFeatureTable) or queryRelatedFeaturesForFeature:parameters:queryFeatureFields:completion: (AGSServiceFeatureTable). 
| Enumerator | |
|---|---|
| AGSQueryFeatureFieldsIDsOnly | Includes only the object ID and global ID in the  | 
| AGSQueryFeatureFieldsMinimum | Includes the minimum set of attributes in the  | 
| AGSQueryFeatureFieldsLoadAll | Includes all available attributes in the  |