The ServiceFeatureTable.QueryFeaturesAsync method returns zero features when a WhereClause with a DateTime is used.
上次发布: August 27, 2019ArcGIS Runtime SDK
漏洞 ID 编号
BUG-000123836
已提交
July 19, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime SDK
找到的版本
100.5
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
To ensure compatibility across ArcGIS products and versions, the query syntax used with ArcGIS Runtime and ArcGIS Enterprise must follow these guidelines:
- `timestamp` date function is required for date/time queries.
- Date must be specified as `year-month-day`.
- AM / PM suffix should not be included: Times should always be in 24 hour format.
- `.000` seconds fraction should not be included in time values.
Additional background information is available in this blog post: https://www.esri.com/arcgis-blog/products/api-rest/data-management/querying-feature-services-date-time-queries/
ArcGIS Runtime documentation will be enhanced in this area in an upcoming release.