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