I wonder if this is possible.
I have tables named with 3 letter prefix that is abbreviation of "module". Like
MBLDevice
LOCAddress
MEMUser
I wonder if LLBGen can generate entities with appropriate namespaces like:
MyProject.Data.Mobile.Device
MyProject.Data.Location.Address
MyProject.Data.Membership.User
I'm working with EF4.1
Thanks!