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

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動