**LLBLGen Pro version + buildnr: **Version 3.5 Final - Released September 17th, 2012
**Runtime library version: **3.5.12.1004
**Template group + .NET version: **Self-Servicing, .Net 4.0
**Database type and version: **SQL Server 2008 R2
I have a class library that I have written that uses LLBLGenPro and is now being used in a non - .Net application. So, I need a way to overwrite the SQL Server Catalog name that does NOT involve using a config file. I cannot find info on how to do this completely with code.
Just to reiterate... I am looking for an all code alternative to this...
<configSections>
<section name="sqlServerCatalogNameOverwrites" "System.Configuration.NameValueSectionHandler"/>
</configSections>
<sqlServerCatalogNameOverwrites>
<add key="EOLTest" value=""/>
</sqlServerCatalogNameOverwrites>
Any help would be greatly appreciated!!