Hi Community,
I am rewriting an ArcObjects SDK solution to ArcGIS Pro SDK CoreHost application.
The ArcObjects code queries the current locks on the table using ISchemaLock.GetCurrentSchemaLocks, and depends on whether the "SchemaLockType" is "esriExclusiveSchemaLock" or "esriSharedSchemaLock", it then uses the "IFeatureClassLoad.LoadOnlyMode" property to enable load-only mode on the target table.
What are the equivalent concepts and syntax in ArcGIS Pro SDK CoreHost?
Regards,
AB