1
Until version 1.0 of EF Core I was having problems doing UPDATE on a database record that contained a composite key. If I tried to change the ID value of one of the compound key fields, it was not allowed and gave error. I was advised in the forums that it was an EF Core problem that had not yet been fixed. So, all my tables were created with only one primary key and I let the application treat it... but I confess that it bothers me. Does anyone know if this has been fixed?
Thank you :)
Got it... Thanks for the help @Thiago Araújo!!!
– Master JR