ctx.Entry(user).Collection(t => t.UserPrivileges).Load();
Come form:https://www.thereformedprogrammer.net/updating-a-many-to-many-relationship-in-entity-framework/
2024-02-02 17:37:10
ctx.Entry(user).Collection(t => t.UserPrivileges).Load();
Come form:https://www.thereformedprogrammer.net/updating-a-many-to-many-relationship-in-entity-framework/