4 references to CanRemove
System.Data.Common (4)
System\Data\ConstraintCollection.cs (2)
411return CanRemove(constraint, fThrowException: false); 693if (CanRemove(constraint, true))
System\Data\DataColumn.cs (2)
1112table.Constraints.CanRemove(constraint, true); 1240_table.Constraints.CanRemove(oldConstraint, true);