Hi,
Using adapter, it looks like in PersistenceInfoFactory.cs the sourceCatalogName is hardcoded in the new FieldPersistenceInfo() method calls. I would like to be able to change the name of the db from OUTSIDE the compiled code. IE, I manage the db and want to be able to give my DB any name I want (for testing and remote customer installs where they control the db name), and change the source catalog name value via app.config, or even better, via a web.config of a web project that uses my generated code.
Is there maybe a way to edit the generator so that it puts a var in where the hardcoded sourceCatalogName value is?
Suggestions?
Thanks,
Jack