2 overrides of CanBeRemovedFromCollection
System.Data (2)
fx\src\data\System\Data\ForeignKeyConstraint.cs (1)
181internal override bool CanBeRemovedFromCollection(ConstraintCollection constraints, bool fThrowException) {
fx\src\data\System\Data\UniqueConstraint.cs (1)
179internal override bool CanBeRemovedFromCollection(ConstraintCollection constraints, bool fThrowException) {
1 reference to CanBeRemovedFromCollection
System.Data (1)
fx\src\data\System\Data\ConstraintCollection.cs (1)
376return constraint.CanBeRemovedFromCollection(this, fThrowException);