So far I have been working with Traditional versioned database and I am connecting to the geodatabase directly and use EditOperation to complete the edits.
Now I have to get it to work with a Utility network database which is branch versioned. What is the suggested approach to make the edits.
Would the EditOperation work or do I need to complete the edits through a REST API. If so, any references or snippets would be helpful.
Also, if there are some tables in the database that are not versioned, could they still be edited with EditOperation or would that cause any kind of issue with locks on the database ?
Thanks to the community!