11 references to EntityKeyValues
System.Data.Entity (9)
System\Data\EntityKey.cs (3)
777
foreach (EntityKeyMember pair in
EntityKeyValues
)
1184
Debug.Assert(this.
EntityKeyValues
== null, "The EntityKeyValues property for Static EntityKeys must return null.");
1192
Debug.Assert(this.
EntityKeyValues
== null, "The EntityKeyValues property for temporary EntityKeys must return null.");
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (1)
483
AssociationSet.Name, FromEnd.Name, ToEnd.Name, StringUtil.BuildDelimitedList(ToEntityKey.
EntityKeyValues
, null, null));
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
553
value = _wrappedOwner.EntityKey.
EntityKeyValues
.Single(ekv => ekv.Key == parameterMember.Name).Value;
System\Data\Objects\EntityEntry.cs (2)
2736
IList<EntityKeyMember> otherEndKeyValues = otherEnd.EntityKey.
EntityKeyValues
;
2809
IList<EntityKeyMember> otherEndKeyValues = otherEnd.EntityKey.
EntityKeyValues
;
System\Data\Objects\Internal\ForeignKeyFactory.cs (1)
66
EntityKey nullKey = new EntityKey(s_NullForeignKey, originalKey.
EntityKeyValues
);
System\Data\Objects\ObjectContext.cs (1)
2511
EntityKeyMember[] members = key.
EntityKeyValues
;
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceColumn.cs (1)
297
foreach (EntityKeyMember entityKeyValue in entityKey.
EntityKeyValues
)
System\Data\WebControls\EntityDataSourceReferenceGroup.cs (1)
80
foreach (var originalEntityKey in originalEntityKeys.
EntityKeyValues
)