1 write to m_outputMember
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGeneration\SlotInfo.cs (1)
47m_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), 103get { return m_outputMember; } 121return m_slotValue != null ? m_slotValue.GetCqlFieldAlias(m_outputMember) : null; 152m_slotValue.AsEsql(builder, m_outputMember, blockAlias, indentLevel); 154m_slotValue.AsEsql(builder, m_outputMember, blockAlias, indentLevel); 159m_slotValue.AsEsql(builder, m_outputMember, blockAlias, indentLevel); 169DbExpression cqt = m_slotValue.AsCqt(row, m_outputMember);