1 write to table
System.Data (1)
fx\src\data\System\Data\DataRelationCollection.cs (1)
496this.table = table;
11 references to table
System.Data (11)
fx\src\data\System\Data\DataRelationCollection.cs (11)
508if (table.DataSet == null) { 515return table.DataSet; 548table.UpdatePropertyDescriptorCollectionCache(); 558table.UpdatePropertyDescriptorCollectionCache(); 564if (relation.ChildTable != table) 568if (relation.ParentTable != table) 582if (relation.ChildTable != table) 586if (relation.ParentTable != table) 598table.UpdatePropertyDescriptorCollectionCache(); 608if (relation.ChildTable != table) 612if (relation.ParentTable != table)