5 references to Remove
System.Data.Common (5)
System\Data\DataRelationCollection.cs (5)
461
Remove
(dr);
476
Remove
(dr);
682
GetDataSet().Relations.
Remove
(relation);
847
((DataTableRelationCollection)(relation.ParentTable.ChildRelations)).
Remove
(relation); // Remove Cache from ParentTable -> ChildRelations
848
((DataTableRelationCollection)(relation.ChildTable.ParentRelations)).
Remove
(relation); // Removing Cache from ChildTable -> ParentRelations