10 references to Value
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
360ProjectedSlot slot = clause.Value;
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
771newCaseStatement.AddWhenThen(clause.Condition.RemapLiterals(literalRemap), clause.Value);
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (8)
124if (whenThen.Value is MemberProjectedSlot) 126Debug.Assert(m_memberPath.Equals(((MemberProjectedSlot)whenThen.Value).MemberPath), "case statement slot (THEN) must depend only on its own slot value"); 141if (TryGetInstantiatedType(whenThen.Value, out type)) 188ConstantProjectedSlot constantSlot = clause.Value as ConstantProjectedSlot; 216m_elseValue = clauses[lastIndex].Value; 245CaseSlotValueAsEsql(builder, clause.Value, this.MemberPath, blockAlias, withRelationships, indentLevel + 2); 270values.Add(CaseSlotValueAsCqt(row, clause.Value, this.MemberPath, withRelationships)); 384clause.Value.ToCompactString(builder);