Posts by João Batista • 23 points
1 post
-
2
votes1
answer118
viewsQ: Rename column with Entity framework
I would like to know how I can solve the following problem. I have the class below: namespace CustomizandoCodeFirstMigrations.Migrations { using System; using System.Data.Entity.Migrations; public…