22 references to Add
System.Data (22)
fx\src\data\System\Data\DataRelationCollection.cs (13)
92Add(relation); 106Add(relation); 120Add(relation); 133Add(relation); 148Add(relation); 163Add(relation); 176Add(relation); 573GetDataSet().Relations.Add(relation); 650Add(relation); 711((DataRelationCollection.DataTableRelationCollection)(relation.ParentTable.ChildRelations)).Add(relation); // Caching in ParentTable -> ChildRelations 712((DataRelationCollection.DataTableRelationCollection)(relation.ChildTable.ParentRelations)).Add(relation); // Caching in ChildTable -> ParentRelations 784this.Add(rel); 806this.Add(newRelation);
fx\src\data\System\Data\DataSet.cs (2)
508Relations.Add(rel); 1149ds.Relations.Add(rel);
fx\src\data\System\Data\DataTable.cs (1)
5836this.DataSet.Relations.Add(rel.Clone(this.DataSet));
fx\src\data\System\Data\Merger.cs (1)
507dataSet.Relations.Add(destRelation);
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
1043relations.Add(relation);
fx\src\data\System\Data\XDRSchema.cs (1)
610_tableChild.DataSet.Relations.Add(relation);
fx\src\data\System\Data\XMLSchema.cs (3)
441_ds.Relations.Add(relation); 1139pKey[0].Table.DataSet.Relations.Add(relation); 1517_tableChild.DataSet.Relations.Add(relation);