Entity Framework Cascade Delete Issues
Hi guys, I want to be able to save this as a single operation:
However, for some reason, ProductNodes does not get re-added if I remove the first "SaveChangesAsync".
The reason I want it in a single operation, is I don't want downtime where there is no VirtualStore list or ProductNode list between the both operations.
0 Replies