1 write to m_toEndEntityType
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\WithStatement.cs (1)
39
m_toEndEntityType
= toEndEntityType;
2 references to m_toEndEntityType
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\WithStatement.cs (2)
80
CqlWriter.AppendEscapedTypeName(builder,
m_toEndEntityType
);
99
m_toEndEntitySet.CreateRef(
m_toEndEntityType
, m_toEndEntityKeyMemberPaths.Select(keyMember => row.Property(keyMember.CqlFieldAlias))));