3 writes to acceptRejectRule
System.Data (3)
fx\src\data\System\Data\ForeignKeyConstraint.cs (3)
97this.acceptRejectRule = acceptRejectRule; 113this.acceptRejectRule = acceptRejectRule; 598this.acceptRejectRule = value;
4 references to acceptRejectRule
System.Data (4)
fx\src\data\System\Data\ConstraintCollection.cs (1)
725newConstraint.AcceptRejectRule = constr.acceptRejectRule;
fx\src\data\System\Data\ForeignKeyConstraint.cs (3)
238if (acceptRejectRule == AcceptRejectRule.Cascade) { 352if (acceptRejectRule == AcceptRejectRule.Cascade) { 592return acceptRejectRule;