5 references to IsPartOfEntityTypeKey
System.Data.Entity (5)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
558
if (MetadataHelper.
IsPartOfEntityTypeKey
(scalarPropMapping.EdmProperty))
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (3)
160
return MetadataHelper.
IsPartOfEntityTypeKey
(LeafEdmMember);
502
Debug.Assert(MetadataHelper.
IsPartOfEntityTypeKey
(member), "Member is expected to be a key property");
585
bool isActuallyKey = MetadataHelper.
IsPartOfEntityTypeKey
(childProperty);
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (1)
236
if (!needKeysOnly || MetadataHelper.
IsPartOfEntityTypeKey
(structuralMember))