You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all I install vs 15.4 ent and i had the same problem in 15.3 and work with MVC core 2 for create my web projects.
If i create relation in Class as a code first for create database and make relations, in controllers it's not good, it is the same as this:
also in EF if I add migration and update-database with any relation and FK it's work nice and if I add new relation in my code first class, and want update-database got arrore that : I have problem in parent_table and child-table_id problem if i remove database and remove migration and add init migration and update_database it work nice .
thanks
The text was updated successfully, but these errors were encountered:
first of all I install vs 15.4 ent and i had the same problem in 15.3 and work with MVC core 2 for create my web projects.
If i create relation in Class as a code first for create database and make relations, in controllers it's not good, it is the same as this:
in MVC 5 it was
and the same in Index view on scaffold
in MVC 5 it was
also in EF if I add migration and update-database with any relation and FK it's work nice and if I add new relation in my code first class, and want update-database got arrore that : I have problem in parent_table and child-table_id problem if i remove database and remove migration and add init migration and update_database it work nice .
thanks
The text was updated successfully, but these errors were encountered: