6 references to GetParentRow
System.Data.Common (6)
System\Data\DataRelation.cs (1)
527
row.
GetParentRow
(this);
System\Data\DataRow.cs (4)
213
DataRow? parent =
GetParentRow
(rel);
221
parent = parent.
GetParentRow
(rel);
239
DataRow? row =
GetParentRow
(rel);
1293
GetParentRow
(relation);
System\Xml\XmlDataDocument.cs (1)
801
return row.
GetParentRow
(relation);