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)
1113
table.Constraints.
CanRemove
(constraint, true);
1241
_table.Constraints.
CanRemove
(oldConstraint, true);