Hi,
With the tables added in the MXD and published as a map service. How can I get their data and data-info from the rest service?
Also, to get a feature layers's data directly, is FeatureLayer the only way? It seems that: ArcGISDynamicMapServiceLayer arcgisDynamic = MyMap.Layers["Environmental Layers"] as ArcGISDynamicMapServiceLayer; only exposes layerInfo.
Thanks for your help,
Wei