Thursday, 22 August 2013

Entity Framework - change display name of tables/entities

Entity Framework - change display name of tables/entities

As the title suggests, I was wondering if it's possible to change the
display name of my tables across all of my application.. currently my
tables from my DB have complicated names and was wondering if I can change
the display name so that it's more user-friendly.
Is there a class I can create that would do that for me?
I've looked at the following thread but not sure if this applies to my
scenario.. I'm new to EF :)
Thanks!
Additional Info: I'm using the database first approach and currently have
an EDMX setup.

No comments:

Post a Comment