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