Sometimes I extend my entities such as:
public class EmployeeEntityExtended: EmployeeEntity
{}
These derivative classes can include alot of functionality not found in generated entities.
Wouldn't it be cool if LLBLGen could extend these classes with factory classes, helper classes, etc.?
Just a thought.
Jeff