laptop and a wrench

Bug

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

Last Published: August 25, 2014 ArcGIS Runtime for Windows Mobile
Bug ID Number NIM039990
SubmittedNovember 10, 2008
Last ModifiedJune 5, 2024
Applies toArcGIS Runtime for Windows Mobile
Version found9.3
Operating SystemWindows OS
Operating System VersionXP
StatusNon-Reproducible

Additional Information

No Public Explanation

Workaround

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);

Steps to Reproduce

Bug ID: NIM039990

Software:

  • ArcGIS Runtime for Windows Mobile

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options