What you can do?
Follow
the next procedure to remove the prefix:
1.
Edit the web.config
file of your project located in C:\Bizagi\Projects\[ProjectName]\WebApplication
2.
Add the following keys inside the <appSettings>
tag:
<add
key="QuerySOA_RemoveColumnsPrefix" value="true" />
<add
key="SaveContentResolved" value="false" />

|