jfox1988 0 Newbie Poster

I am using Entity Framework in Visual Studio linked to a back end database and would like to change the column name of the tables. Currently they have underscores which I want to remove, although there are many tables and columns. Is there an easy way to do this? I tried to edit properties on the DBML file but this did not work.

Thanks in advance.