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?
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?
Right-click on Model.tt
and find option Run custom tool
: