Bug
| Bug ID Number | BUG-000129618 |
|---|---|
| Submitted | March 24, 2020 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Runtime SDK |
| Version found | 100.7 |
| Operating System | Windows OS |
| Operating System Version | 10.0 |
| Status | Will Not Be Addressed |
Apply the 'Enums.QueryFeatureFieldsMinimum' enumeration to the feature layer before applying the 'Enums.QueryFeatureFieldsLoadAll' enumeration to solve the issue.
Example:
Apply the first enumeration: featureTable.queryFeaturesWithFieldOptions(queryParameters,Enums.QueryFeatureFieldsMinimum)
Apply the second enumeration:
featureTable.queryFeaturesWithFieldOptions(queryParameters, Enums.QueryFeatureFieldsLoadAll)
After running the application, the issue is not reproduced.
The query does not return null values for the fields of the feature layer:
qml: {"address":"1800 WASHINGTON ST","district":"2","objectid":13032690,"req_date":"09/17/2009","req_id":"506763","req_time":"08:15","req_type":"Graffiti Complaint - Public Property","status":1}
Bug ID: BUG-000129618
Software:
Get help from ArcGIS experts
Download the Esri Support App