EntityFramework-Reverse-POCO-Code-First-Generator icon indicating copy to clipboard operation
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard

Configuring Entity Folder Structure by Table Name

Open mrmyroll2 opened this issue 10 months ago • 2 comments

Currently, we can only create entities and place them in a single folder, as defined by the setting: Settings.PocoFolder = @"Entities";.

Is there a configuration that allows the folder structure to be based on the table name? For example: Entities\Categories\Category.cs Entities\Events\Event.cs.

The purpose of this method is to allow the implementation of partial classes for any entity, ensuring they can be placed in the same folder location.

mrmyroll2 avatar Jan 20 '25 09:01 mrmyroll2