How can I edit 2sxc entity structure, like add property, change property type etc. programmatically via C# code?
I need to update entities programmatically via C# code. I have some code already that creates IApp
object of the target 2sxc app. From there I’ve been reading data via appObject.Data["MyEntityType"].List
.