I downloaded the trial version of LLBlGen Pro today and created a new project. All entities were generated fine from the database.
My problem is that I am unable to get the "Save" method for an entity.
On checking against the Northwind sample, I realized that I am missing an EntityBaseClasses (which has the save method) folder. All other folders and classes (EntityClasses, FactoryClasses, ValidatorClasses, HelperClasses, RelationClasses etc. have been created ok). How come the EntityBaseClasses was not created for me? Or was it not supposed to be? Or am I doing something totally wrong here?
Thanks.