laptop and a wrench

Error

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

Última publicación: August 25, 2014 ArcGIS Runtime for Windows Mobile
Número de ID del error NIM039990
EnviadoNovember 10, 2008
Última modificaciónJune 5, 2024
Relacionado conArcGIS Runtime for Windows Mobile
Versión encontrada9.3
Sistema operativoWindows OS
Versión de sistema operativoXP
EstadoNon-Reproducible

Información adicional

No Public Explanation

Solución alternativa

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

Pasos para reproducir

ID del error: NIM039990

Software:

  • ArcGIS Runtime for Windows Mobile

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga