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