Reputation: 65
I am using entity framework 4.0 my approach is Database first approach. what is the best way to rename a column name or change the data type of column in edmx.
thanks in advance.
Upvotes: 5
Views: 1930
Reputation: 89231
To rename a column:
To change the datatype:
Upvotes: 7