5 references to ChildKey
System.Data.Common (5)
System\Data\ConstraintCollection.cs (1)
556
CompareArrays(constraint.
ChildKey
.ColumnsReference, childColumns))
System\Data\ForeignKeyConstraint.cs (4)
512
if (DataRelation.GetChildRows(ParentKey,
ChildKey
, row, DataRowVersion.Default).Length > 0)
578
DataRow? parentRow = DataRelation.GetParentRow(ParentKey,
ChildKey
, childRow, version);
866
return ParentKey.ColumnsEqual(key2.ParentKey) &&
ChildKey
.ColumnsEqual(key2.
ChildKey
);