We have extended the factoryclasses (added a soundEx)
the FactoryClasses.cs is always being overriden, we wanna be able to maintain a section of code that we added manually,
any help would be appreciated
i have tried this
// C#
// __LLBLGENPRO_USER_CODE_REGION_START AdditionalNamespaces
using System.Data;
// __LLBLGENPRO_USER_CODE_REGION_END
but on regeneration, this section no longer exists,
however, in the entity classes (derived from base class) in a two class scenerio, the code is maintained.