Select to view content in your preferred language

Table name in feature service

136
1
4 weeks ago
pocalipse
Regular Contributor

Hi,

I’m developing an ArcGIS Pro add-in that needs to support feature services in addition to file and enterprise geodatabases.

My add-in currently depends on knowing the schema (table names), which seems difficult to retrieve from a feature service. I was hoping to use the model name as a stable identifier exposed through the feature service, but I can’t find a way to access the model name using the ArcGIS Pro SDK for .NET.

So my question is:
👉 What’s considered best practice when developing an add-in that needs to work seamlessly across a file geodatabase, an enterprise geodatabase, and a feature service?

Best regards,
Jens Christiansen

 

0 Kudos
1 Reply
CharlesMacleod
Esri Regular Contributor

Although this doesnt directly answer your question, these links are to sessions that were presented at Palm Springs for working with Feature Services in 2019 and 2020. Even though they are a little dated, the information they contain - eg how feature services rename tables/feature classes when services are published is still relevant.

Understanding FeatureServices - A Developers Guide (2019)

Understanding Feature Services (2020)