I would like to know, in a database first approach, if it is possible to automatically strip prefixes from table names.
For example table name is:
Core_Customers
I would like that to be just Customers
.
Or is this only possible by editing all the class names in the edmx model?