2 overrides of CanBeRemovedFromCollection
System.Data.Common (2)
System\Data\ForeignKeyConstraint.cs (1)
157
internal override bool
CanBeRemovedFromCollection
(ConstraintCollection constraints, bool fThrowException) => true;
System\Data\UniqueConstraint.cs (1)
185
internal override bool
CanBeRemovedFromCollection
(ConstraintCollection constraints, bool fThrowException)
1 reference to CanBeRemovedFromCollection
System.Data.Common (1)
System\Data\ConstraintCollection.cs (1)
416
return constraint.
CanBeRemovedFromCollection
(this, fThrowException);