Add ability to preserve custom code in both mapping and class files through "custom code region"
Add a feature to preserve custom code in mapping and class files through "custom code region"
0
votes
Rocco
shared this idea
-
Markm commented
I think you posted to the wrong devart area.
Post was found under dbForge Studio for MySQL
There are no 'mapping' and 'class' files that (I'm aware of) used in this product -
Rocco commented
Example:
// -- Begin custom code region --
MyCustomCode1();
MyCustomCode2();
// -- End custom code region --