2 references to GetParentRow
System.Data.Common (2)
System\Data\DataRow.cs (1)
878
return DataRelation.
GetParentRow
(relation.ParentKey, relation.ChildKey, this, version);
System\Data\ForeignKeyConstraint.cs (1)
578
DataRow? parentRow = DataRelation.
GetParentRow
(ParentKey, ChildKey, childRow, version);