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