漏洞
| 漏洞 ID 编号 | BUG-000129618 |
|---|---|
| 已提交 | March 24, 2020 |
| 上次修改时间 | June 5, 2024 |
| 适用范围 | ArcGIS Runtime SDK |
| 找到的版本 | 100.7 |
| 操作系统 | Windows OS |
| 操作系统版本 | 10.0 |
| 状态 | 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}
漏洞 ID: BUG-000129618
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序