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