Can Entity Framework not map a table in MVC?

2

I added a new table in Model.edmx, but was not created in Model.Context.cs or

public DbSet<informacoes> informacoes { get; set; }

is also not created in the Model.tt class of this table. how to solve this?

    
asked by anonymous 08.04.2015 / 20:09

1 answer

1

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

    
08.04.2015 / 22:56