laptop and a wrench

漏洞

FeatureLayer::GetDataTable fails when the QueryFilter's WhereClause references a field name that is also a function name.

上次发布: August 25, 2014 ArcGIS Runtime for Windows Mobile
漏洞 ID 编号 NIM039990
已提交November 10, 2008
上次修改时间June 5, 2024
适用范围ArcGIS Runtime for Windows Mobile
找到的版本9.3
操作系统Windows OS
操作系统版本XP
状态Non-Reproducible

附加信息

No Public Explanation

解决办法

You could rename the field or get the FeatureDataTable without using a QueryFilter and use the DataTable::Select method. FeatureDataTable fdt = fl.GetDataTable(null, null); DataRow[] drs = fdt.Select("floor = 1", null, DataViewRowState.CurrentRows);

重现步骤

漏洞 ID: NIM039990

软件:

  • ArcGIS Runtime for Windows Mobile

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项