1 write to ToEntityKey
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (1)
390
ToEntityKey
= EntityUtil.CheckArgumentNull(toEntityKey, "toEntityKey");
5 references to ToEntityKey
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (5)
207
TypeHelpers.GetFullName(expectedRelationship.
ToEntityKey
.EntityContainerName, expectedRelationship.
ToEntityKey
.EntitySetName),
467
if (
ToEntityKey
!= other.
ToEntityKey
) { return false; }
483
AssociationSet.Name, FromEnd.Name, ToEnd.Name, StringUtil.BuildDelimitedList(
ToEntityKey
.EntityKeyValues, null, null));