Skip to content

Configuring Entity Folder Structure by Table Name #848

@mrmyroll2

Description

@mrmyroll2

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions