Dynamic Data - Make Friendly Column Names?

Posted by davemackey on Stack Overflow See other posts from Stack Overflow or by davemackey
Published on 2010-06-17T15:02:39Z Indexed on 2010/06/17 15:13 UTC
Read the original article Hit count: 150

I've created a Dynamic Data project with an Entity Framework model. It works nicely. But, right now it shows all my database tables with the db column names - which aren't always the most friendly (e.g. address_line_1). How can I got about giving these more friendly column titles that will display to the end user?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about entity-framework