asp.net - After change varchar max length, do I have to update Entity Framework -


i have production application asp.net webform entity framework database first. after noticed had 1 varchar column size short. changed on local database side. run , failed. have update entity framework database, succeed. couldn't see change on .edmx file.

now expanded varchar size on live database. need republish local copy make change?

entities reflect table schema, if changing break ef

refer entity framework mapping enter image description here

this max length highlighted in image generated database scheme. changing break ef


Comments

Popular posts from this blog

c# - Store DBContext Log in other EF table -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -