1 write to m_toEndEntitySet
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\WithStatement.cs (1)
40
m_toEndEntitySet
= MetadataHelper.GetEntitySetAtEnd(associationSet, toEnd);
3 references to m_toEndEntitySet
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\WithStatement.cs (3)
70
CqlWriter.AppendEscapedQualifiedName(builder,
m_toEndEntitySet
.EntityContainer.Name,
m_toEndEntitySet
.Name);
99
m_toEndEntitySet
.CreateRef(m_toEndEntityType, m_toEndEntityKeyMemberPaths.Select(keyMember => row.Property(keyMember.CqlFieldAlias))));