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