5 references to Remove
System.Data (5)
fx\src\data\System\Data\DataRelationCollection.cs (5)
432
Remove
(dr);
446
Remove
(dr);
617
GetDataSet().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