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