5 references to ChildKey
System.Data (5)
fx\src\data\System\Data\ConstraintCollection.cs (1)
500
CompareArrays(constraint.
ChildKey
.ColumnsReference, childColumns))
fx\src\data\System\Data\ForeignKeyConstraint.cs (4)
461
if (DataRelation.GetChildRows(this.ParentKey, this.
ChildKey
, row, DataRowVersion.Default).Length > 0) {
512
DataRow parentRow = DataRelation.GetParentRow(this.ParentKey, this.
ChildKey
, childRow, version);
765
return this.ParentKey.ColumnsEqual(key2.ParentKey) && this.
ChildKey
.ColumnsEqual(key2.
ChildKey
);