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