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