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