2 writes to childTableName
System.Data (2)
fx\src\data\System\Data\DataRelation.cs (2)
144
this.
childTableName
= childTableName;
156
this.
childTableName
= childTableName;
2 references to childTableName
System.Data (2)
fx\src\data\System\Data\DataRelationCollection.cs (2)
799
childs[j] = dataSet.Tables[rel.
childTableName
].Columns[rel.childColumnNames[j]];
801
childs[j] = dataSet.Tables[rel.
childTableName
, rel.childTableNamespace].Columns[rel.childColumnNames[j]];