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