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