4 references to CanRemove
System.Data (4)
fx\src\data\System\Data\ConstraintCollection.cs (2)
372return CanRemove(constraint, /*fThrowException:*/false); 622if (CanRemove(constraint, true)) {
fx\src\data\System\Data\DataColumn.cs (2)
1134table.Constraints.CanRemove(constraint, true); 1244table.Constraints.CanRemove(oldConstraint, true);