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