-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi,
putting the entities into folders is great but the namespace should follow. If so, you can have the same table (name) in different schemas.
By the way the Docs example notes EnableSchemaFolders two times:
// Put Models into folders by DB Schema
//options.EnableSchemaFolders = true; <------------------------------------------
// Exclude some tables
options.ExcludedTables = new List<string> { "Territory", "EmployeeTerritories" };
// Add custom template data
options.TemplateData = new Dictionary<string, object>
{
{ "models-namespace", "ScaffoldingSample.Models" },
{ "base-class", "EntityBase" }
};
// Place models in folders by schema
//options.EnableSchemaFolders = true; <---------------------------------------------
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working