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