5 references to GetParentRows
System.Data.Common (5)
System\Data\DataRow.cs (3)
909
GetParentRows
(_table.ParentRelations[relationName], DataRowVersion.Default);
912
GetParentRows
(_table.ParentRelations[relationName], version);
918
GetParentRows
(relation, DataRowVersion.Default);
System\Data\DataSet.cs (1)
1426
DataRow[] relatedRows = row.
GetParentRows
(relations[relatedIndex], DataRowVersion.Current);
System\Data\DataTable.cs (1)
7246
foreach (DataRow parentRow in row.
GetParentRows
(relation, version))