不具合
| 不具合 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 Support アプリのダウンロード