1 write to m_toEndEntityKeyMemberPaths
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\WithStatement.cs (1)
41
m_toEndEntityKeyMemberPaths
= toEndEntityKeyMemberPaths;
2 references to m_toEndEntityKeyMemberPaths
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\WithStatement.cs (2)
72
foreach (MemberPath memberPath in
m_toEndEntityKeyMemberPaths
)
99
m_toEndEntitySet.CreateRef(m_toEndEntityType,
m_toEndEntityKeyMemberPaths
.Select(keyMember => row.Property(keyMember.CqlFieldAlias))));