Bug
| Bug-ID-Nummer | BUG-000129618 |
|---|---|
| Eingereicht | March 24, 2020 |
| Zuletzt geändert | June 5, 2024 |
| Gilt für | ArcGIS Runtime SDK |
| Gefunden in Version | 100.7 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 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:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen