A nice new feature for the code generation might be to allow for recognized abbreviations to be added into the designer for when new entities are added from the database. For example, many times a database field will used standardized abbreviations for things like count (cnt) or address (addr) or number (nbr). I'd like the ability to define those abbreviations so that LLBLGen would see a database field called addr_id and transform it to AddressId. So in the designer I would have the ability to add abbreviations for the project and when a new entity was added from the database the designer would use these abbreviations in the transform process.