DasDirector wrote:
Can 'Group Name' be used for creating the Entity namepace?
I would like to have separate namespaces and assemblies for storing the generated entity classes. Would I need to modify the appropriate Entity Template to achieve this?
Thanks.
As David said, it's not possible to create namespaces with them. If you want separate assemblies, use as grouping mechanism: AsSeparateProjects. This will generate a separate project (with the groupname in the namespace) per group and thus a separate assembly.