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