1 write to _table
System.Data.Common (1)
System\Data\DataRelationCollection.cs (1)
534
_table
= table;
11 references to _table
System.Data.Common (11)
System\Data\DataRelationCollection.cs (11)
543
if (
_table
.DataSet == null)
552
return
_table
.DataSet!;
586
_table
.UpdatePropertyDescriptorCollectionCache();
596
_table
.UpdatePropertyDescriptorCollectionCache();
604
if (relation.ChildTable !=
_table
)
611
if (relation.ParentTable !=
_table
)
632
if (relation.ChildTable !=
_table
)
639
if (relation.ParentTable !=
_table
)
657
_table
.UpdatePropertyDescriptorCollectionCache();
669
if (relation.ChildTable !=
_table
)
676
if (relation.ParentTable !=
_table
)