2 overrides of RemoveCore
System.Data (2)
fx\src\data\System\Data\DataRelationCollection.cs (2)
606
protected override void
RemoveCore
(DataRelation relation) {
744
protected override void
RemoveCore
(DataRelation relation) {
3 references to RemoveCore
System.Data (3)
fx\src\data\System\Data\DataRelationCollection.cs (3)
253
RemoveCore
(inTransition); // Microsoft : No need to go for try catch here and this will surely not throw any exception
413
RemoveCore
(relation);
745
base.
RemoveCore
(relation);