5 references to Remove
System.Data (5)
fx\src\data\System\Data\DataRelationCollection.cs (5)
432Remove(dr); 446Remove(dr); 617GetDataSet().Relations.Remove(relation); 758((DataRelationCollection.DataTableRelationCollection)(relation.ParentTable.ChildRelations)).Remove(relation); // Remove Cache from ParentTable -> ChildRelations 759((DataRelationCollection.DataTableRelationCollection)(relation.ChildTable.ParentRelations)).Remove(relation); // Removing Cache from ChildTable -> ParentRelations