5 references to GetParentRow
System.Data (5)
fx\src\data\System\Data\DataRow.cs (4)
782return GetParentRow(_table.ParentRelations[relationName], DataRowVersion.Default); 786return GetParentRow(_table.ParentRelations[relationName], version); 793return GetParentRow(relation, DataRowVersion.Default); 825DataRow row = this.GetParentRow(rel, version);
fx\src\data\System\Data\Filter\LookupNode.cs (1)
91DataRow parent = row.GetParentRow(relation, version);