-
-
Notifications
You must be signed in to change notification settings - Fork 328
Closed
Description
This is not a bug, this is a question - how do I include the schema name when generating entities?
For example, Prd.Store is currently generated as Store.cs, but I want it to be named Prd_Store.cs
How do I accomplish this? And I don't really want to specify each table manually, since I have over 400 tables that should follow this pattern: {schema}_{tableName}.cs
Metadata
Metadata
Assignees
Labels
No labels