Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaffold - DbContext rename entity class name and field names #5953

Closed
JuanIrigoyen opened this issue Jul 1, 2016 · 1 comment
Closed

Scaffold - DbContext rename entity class name and field names #5953

JuanIrigoyen opened this issue Jul 1, 2016 · 1 comment

Comments

@JuanIrigoyen
Copy link

In the previous version when you run the Scaffold - DbContext command this generated the names of tables and fields as they exist in SQL Server, for example if the table is called 'Customer_type' the entity class is called 'Customer_type' but in the last version Scaffold - DbContext renames the table from 'Customer_type' to 'CustomerType' , the same behavior also applies to the fields, there is a way around this behavior and that the names of entities and fields are as before, the same as the names of the database.

@natemcmaster
Copy link
Contributor

Duplicate of #5947 and #3987

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants