Is there any example for a Code First approach on ASP Core for allowing one to edit theID of a Parent Table (the Primary Key) and auto updating the relevant Foreign Keys wherever used in other tables? CRUD isn't allowing me to update a Primary Key of any table.
↧