You cannot do this directly through the constructor.
XML, DefiningQuery Create and Delete sprocs. : .
, , , PK - UserId PrivilegeId, , .
, :
Privilege p = user.Granted.First();
user.Granted.Remove(p);
user.Denied.Add(p);
ctx.SaveChanges();
. DefiningQuery , EF , , , .
, .
sprocs , "" "", , IsGranted, , .. .
, .