-1

How can I change the column name in the class generated by .edmx? Not for the view purpose, instead changed column names should be available in the controller, so that meaningful column names are available for developers

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Shamila
  • 23
  • 4

1 Answers1

0

I know your asking about edmx , but if you use the editor I know you can setup mapping to change column names to more readable names. You click on the column then go to properties , or open the mapping window. I would not recommend changing the edmx as it gets over written and you would just have to do it all over again.

Bill Moore
  • 16
  • 1