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

Popular posts from this blog

scala - Play Framework - how to bind form to a session field -

Django Celery - running scheduled tasks -

perl - 'Unquoted string ".." may clash with future reserved word' but only when package is used -