1 write to m_outputMember
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGeneration\SlotInfo.cs (1)
47
m_outputMember
= outputMember;
8 references to m_outputMember
System.Data.Entity (8)
System\Data\Mapping\ViewGeneration\CqlGeneration\SlotInfo.cs (8)
51
(m_slotValue == null &&
m_outputMember
== null) || // unused boolean slot
52
(m_slotValue is BooleanProjectedSlot) == (
m_outputMember
== null),
103
get { return
m_outputMember
; }
121
return m_slotValue != null ? m_slotValue.GetCqlFieldAlias(
m_outputMember
) : null;
152
m_slotValue.AsEsql(builder,
m_outputMember
, blockAlias, indentLevel);
154
m_slotValue.AsEsql(builder,
m_outputMember
, blockAlias, indentLevel);
159
m_slotValue.AsEsql(builder,
m_outputMember
, blockAlias, indentLevel);
169
DbExpression cqt = m_slotValue.AsCqt(row,
m_outputMember
);