How to get all fields from featurelayer or featureTable in ArcGIS Runtime SDK for .NET 10.2.4?
You can set to "*" the OutFields property of your underlying ServiceFeatureTable
Example:
<esri:FeatureLayer ID="MyFeatureLayer">
<esri:FeatureLayer.FeatureTable>
<esri:ServiceFeatureTable ServiceUri="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Wildfire/FeatureServer/2"
OutFields="*" />
</esri:FeatureLayer.FeatureTable>
</esri:FeatureLayer>
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.