5 references to GetParentRow
System.Data.Common (5)
System\Data\DataRow.cs (4)
846GetParentRow(_table.ParentRelations[relationName], DataRowVersion.Default); 849GetParentRow(_table.ParentRelations[relationName], version); 855GetParentRow(relation, DataRowVersion.Default); 898DataRow? row = GetParentRow(rel, version);
System\Data\Filter\LookupNode.cs (1)
98DataRow? parent = row!.GetParentRow(_relation, version);