2 references to GetParentRow
System.Data (2)
fx\src\data\System\Data\DataRow.cs (1)
813
return DataRelation.
GetParentRow
(relation.ParentKey, relation.ChildKey, this, version);
fx\src\data\System\Data\ForeignKeyConstraint.cs (1)
512
DataRow parentRow = DataRelation.
GetParentRow
(this.ParentKey, this.ChildKey, childRow, version);