5 references to GetChildRows
System.Data.Common (5)
System\Data\DataRow.cs (3)
802GetChildRows(_table.ChildRelations[relationName], DataRowVersion.Default); 805GetChildRows(_table.ChildRelations[relationName], version); 812GetChildRows(relation, DataRowVersion.Default);
System\Data\DataTable.cs (1)
7278foreach (DataRow childRow in row.GetChildRows(relation, version))
System\Data\Filter\AggregateNode.cs (1)
188rows = row.GetChildRows(_relation, version);