5 references to GetChildRows
System.Data (5)
fx\src\data\System\Data\DataRow.cs (3)
740return GetChildRows(_table.ChildRelations[relationName], DataRowVersion.Default); 744return GetChildRows(_table.ChildRelations[relationName], version); 753return GetChildRows(relation, DataRowVersion.Default);
fx\src\data\System\Data\DataTable.cs (1)
6396foreach (DataRow childRow in row.GetChildRows(relation, version)) {
fx\src\data\System\Data\Filter\AggregateNode.cs (1)
169rows = row.GetChildRows(relation, version);