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