Is it possible to query non-feature tables using the ArcGIS Runtime SDK for .NET 10.2.7?
I have a native Windows app using a file geodatabase (.gdb) as the source for an ArcGISDynamicMapServiceLayer hosted by a LocalMapService. I want to query a non-feature table in the ArcGISDynamicMapServiceLayer. I can retrieve a list of the tables from AllLayersServiceInfo.Tables and execute a FindTask the same way as I can with feature layers but the FindResult.Results.Count is always 0. I've verified the FindParameters match an existing record in the table. I've tried using the QueryTask but the results are the same.