2
I added a new table in Model.edmx, but it was not created in Model.Context.Cs the
public DbSet<informacoes> informacoes { get; set; }
is also not created in Model.tt the class of this table. how to solve this?
2
I added a new table in Model.edmx, but it was not created in Model.Context.Cs the
public DbSet<informacoes> informacoes { get; set; }
is also not created in Model.tt the class of this table. how to solve this?
1
Right click on the Model.tt
and find the option Run custom tool
:
Browser other questions tagged asp.net-mvc asp.net
You are not signed in. Login or sign up in order to post.