EF Core database first scaffold domain objects different from table names
I have an existing database that we are using EF Core and trying to generate more “business” name for our entities. I see how you can use data annotations when using the code-first model, but am not seeing a way to use this feature with the database-first model.
EF Core database first scaffold domain objects different from table names
I have an existing database that we are using EF Core and trying to generate more “business” name for our entities. I see how you can use data annotations when using the code-first model, but am not seeing a way to use this feature with the database-first model.
EF Core database first scaffold domain objects different from table names
I have an existing database that we are using EF Core and trying to generate more “business” name for our entities. I see how you can use data annotations when using the code-first model, but am not seeing a way to use this feature with the database-first model.