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