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