asp.net mvc - Column missing when I scaffold out views -
I have created a simple MVC application to run Siarud functions on a table. I have an existing SQL Server database, so I think this unit framework database will be first.
For some reason, when I controller / view (when MVC 5 controller using sequences) Entity Framework ), the first column Index.cshtml, Edit.cshtml, Details Not added in .cshtml, and Delete.cshtml.
but is has been added to Create.cshtml.
Oh, I think that's why this is because it was the primary key field
Comments
Post a Comment