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