Can the Entity Framework not map a table in the MVC occur?

Asked

Viewed 65 times

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 answer

1


Right click on the Model.tt and find the option Run custom tool:

Menu <code>run custom tool</code>

Browser other questions tagged

You are not signed in. Login or sign up in order to post.