6 references to GetParentRow
System.Data (6)
fx\src\data\System\Data\DataRelation.cs (1)
513
row.
GetParentRow
(this);
fx\src\data\System\Data\DataRow.cs (4)
216
DataRow parent = this.
GetParentRow
(rel);
221
parent = parent.
GetParentRow
(rel);
233
DataRow row = this.
GetParentRow
(rel);
1175
this.
GetParentRow
(relation);
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
720
return row.
GetParentRow
(relation);