This issue I'm sure is exacerbated by my lack of experience w/ DB design and LLBLGen. Essentially, I'm moving from Linq To SQL to LLBLGen Pro (2.6 Demo at the moment) + Postgres 8.x.
To make my initial Postgres schema, I used Enterprise Architect to retrieve the existing Linq To SQL db, tweaked it a bit, and exported as DDL. I then made a database with that schema and generated entities with LLBLGen.
The schema kept my PascalCasing during this process (DataFileTimestamp date NOT NULL, etc), but once it gets in the Postgres (and then out to LLBLGen), the case is lost, and my entity members are not friendly (Datafiletimestamp, etc).
Is there a solution to this? I really don't want to edit every field in LLBLGen.